Skip to content

Commit 9958d91

Browse files
committed
du: remove cognitive_complexity clippy allow
1 parent 4742830 commit 9958d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uu/du/src/du.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ fn build_exclude_patterns(matches: &ArgMatches) -> UResult<Vec<Pattern>> {
507507
}
508508

509509
#[uucore::main]
510-
#[allow(clippy::cognitive_complexity)]
511510
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
512511
let args = args.collect_ignore();
513512

0 commit comments

Comments
 (0)