Skip to content

Commit

Permalink
Deny clippy::four_forward_slashes in library (no occurrences)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Jan 12, 2025
1 parent fcc7803 commit af7bc31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/core/build_steps/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ impl Step for CI {
deny: vec![
"clippy::correctness".into(),
"clippy::char_lit_as_u8".into(),
"clippy::four_forward_slashes".into(),
"clippy::needless_bool".into(),
"clippy::needless_bool_assign".into(),
"clippy::non_minimal_cfg".into(),
Expand Down

0 comments on commit af7bc31

Please sign in to comment.