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::print_literal
1 parent e6056b5 commit 132e640Copy full SHA for 132e640
src/bootstrap/src/core/build_steps/clippy.rs
@@ -391,6 +391,7 @@ impl Step for CI {
391
"clippy::needless_bool".into(),
392
"clippy::needless_bool_assign".into(),
393
"clippy::non_minimal_cfg".into(),
394
+ "clippy::print_literal".into(),
395
],
396
forbid: vec![],
397
};
@@ -406,6 +407,7 @@ impl Step for CI {
406
407
408
409
410
411
412
413
0 commit comments