Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue: Suppress clippy warning
Erik Kundt committed 2 years ago
commit b98d6731830c15ec1f4329c727f2948084f2ad4d
parent 9d676ce50eb72b07e6276baba4f69eafcaedce4b
1 file changed +1 -0
modified bin/commands/issue.rs
@@ -40,6 +40,7 @@ pub enum OperationName {
}

impl Args for Options {
+
    #[allow(clippy::unnecessary_literal_unwrap)]
    fn from_args(args: Vec<OsString>) -> anyhow::Result<(Self, Vec<OsString>)> {
        use lexopt::prelude::*;