diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2024-02-19 17:39:25 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2024-02-19 17:41:48 -0300 |
| commit | e057365301053e421e683eafbc29909b81ed707d (patch) | |
| tree | 7f3e1098277145e0233455c2568ec7c53e5f334f | |
| parent | 1c10aa4735f2edcc416cc104cc4b7ebff3f95ecc (diff) | |
| download | rust-e057365301053e421e683eafbc29909b81ed707d.tar.gz rust-e057365301053e421e683eafbc29909b81ed707d.zip | |
Remove suspicious auto trait lint
| -rw-r--r-- | crates/ide-db/src/generated/lints.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs index 2fc07933200..3329909e9da 100644 --- a/crates/ide-db/src/generated/lints.rs +++ b/crates/ide-db/src/generated/lints.rs @@ -503,10 +503,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[ description: r##"stable features found in `#[feature]` directive"##, }, Lint { - label: "suspicious_auto_trait_impls", - description: r##"the rules governing auto traits have recently changed resulting in potential breakage"##, - }, - Lint { label: "suspicious_double_ref_op", description: r##"suspicious call of trait method on `&&T`"##, }, @@ -778,7 +774,6 @@ pub const DEFAULT_LINT_GROUPS: &[LintGroup] = &[ "repr_transparent_external_private_fields", "semicolon_in_expressions_from_macros", "soft_unstable", - "suspicious_auto_trait_impls", "uninhabited_static", "unstable_name_collisions", "unstable_syntax_pre_expansion", |
