We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06f3be commit 2f7f9c5Copy full SHA for 2f7f9c5
1 file changed
src/main.rs
@@ -39,6 +39,7 @@
39
clippy::unseparated_literal_suffix,
40
reason = "chosen style"
41
)]
42
+#![allow(clippy::unwrap_in_result, reason = "unwrap_used is active")]
43
44
mod clap;
45
mod dialog;
0 commit comments