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.
x clippy library
1 parent a0b18b3 commit 9660038Copy full SHA for 9660038
src/bootstrap/src/core/build_steps/clippy.rs
@@ -19,6 +19,7 @@ const IGNORED_RULES_FOR_STD_AND_RUSTC: &[&str] = &[
19
"too_many_arguments",
20
"needless_lifetimes", // people want to keep the lifetimes
21
"wrong_self_convention",
22
+ "approx_constant", // libcore is what defines those
23
];
24
25
fn lint_args(builder: &Builder<'_>, config: &LintConfig, ignored_rules: &[&str]) -> Vec<String> {
0 commit comments