Skip to content

Commit

Permalink
du: remove cognitive_complexity clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Apr 13, 2023
1 parent b2fd728 commit e82e6a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/du/src/du.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ fn build_exclude_patterns(matches: &ArgMatches) -> UResult<Vec<Pattern>> {
}

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

Expand Down

0 comments on commit e82e6a3

Please sign in to comment.