File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
crates/ide-db/src/generated Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -502,10 +502,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[
502
502
label : "stable_features" ,
503
503
description : r##"stable features found in `#[feature]` directive"## ,
504
504
} ,
505
- Lint {
506
- label : "suspicious_auto_trait_impls" ,
507
- description : r##"the rules governing auto traits have recently changed resulting in potential breakage"## ,
508
- } ,
509
505
Lint {
510
506
label : "suspicious_double_ref_op" ,
511
507
description : r##"suspicious call of trait method on `&&T`"## ,
@@ -778,7 +774,6 @@ pub const DEFAULT_LINT_GROUPS: &[LintGroup] = &[
778
774
"repr_transparent_external_private_fields" ,
779
775
"semicolon_in_expressions_from_macros" ,
780
776
"soft_unstable" ,
781
- "suspicious_auto_trait_impls" ,
782
777
"uninhabited_static" ,
783
778
"unstable_name_collisions" ,
784
779
"unstable_syntax_pre_expansion" ,
You can’t perform that action at this time.
0 commit comments