Skip to content

Commit 3e005e7

Browse files
committed
Remove unneeded Clippy override
1 parent 001ce30 commit 3e005e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xargs/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,6 @@ fn validate_positive_usize(s: &str) -> Result<usize, String> {
812812
}
813813
}
814814

815-
#[allow(clippy::type_complexity)]
816815
fn normalize_options<'a>(options: &'a Options, matches: &'a clap::ArgMatches) -> Options {
817816
let (max_args, max_lines, replace) =
818817
match (options.max_args, options.max_lines, &options.replace) {

0 commit comments

Comments
 (0)