We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958c0d6 commit 0f38c81Copy full SHA for 0f38c81
1 file changed
src/uu/checksum_common/src/lib.rs
@@ -164,7 +164,7 @@ pub fn checksum_main(
164
let binary_flag = matches.get_flag(options::BINARY);
165
let tag = matches.get_flag(options::TAG);
166
167
- // clap provides the default value -. So we unwrap() safety.
+ #[allow(clippy::unwrap_used, reason = "clap provides '-' by default")]
168
let files = matches
169
.get_many::<OsString>(options::FILE)
170
.unwrap()
0 commit comments