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.
clippy::non_minimal_cfg
1 parent 3b262bd commit fc683cbCopy full SHA for fc683cb
src/bootstrap/src/core/build_steps/clippy.rs
@@ -388,6 +388,7 @@ impl Step for CI {
388
deny: vec![
389
"clippy::correctness".into(),
390
"clippy::char_lit_as_u8".into(),
391
+ "clippy::non_minimal_cfg".into(),
392
],
393
forbid: vec![],
394
};
@@ -400,6 +401,7 @@ impl Step for CI {
400
401
"clippy::clone_on_ref_ptr".into(),
402
"clippy::format_in_format_args".into(),
403
"clippy::four_forward_slashes".into(),
404
405
406
407
0 commit comments