diff options
| author | Urgau <urgau@numericable.fr> | 2023-11-09 19:13:35 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-06 09:03:48 +0100 |
| commit | a2ea760b88280d459804d10b9ead954495aa41e5 (patch) | |
| tree | 26c96bd901600acb58155e5d2c41f7f24f9237db /clippy_lints/src/declared_lints.rs | |
| parent | c586717cfbe43111834f39555ea8602f3c4686c0 (diff) | |
| download | rust-a2ea760b88280d459804d10b9ead954495aa41e5.tar.gz rust-a2ea760b88280d459804d10b9ead954495aa41e5.zip | |
Drop clippy::vtable_address_comparisons
Diffstat (limited to 'clippy_lints/src/declared_lints.rs')
| -rw-r--r-- | clippy_lints/src/declared_lints.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/declared_lints.rs b/clippy_lints/src/declared_lints.rs index b440e267efe..3627096ed91 100644 --- a/clippy_lints/src/declared_lints.rs +++ b/clippy_lints/src/declared_lints.rs @@ -684,7 +684,6 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[ crate::unit_types::UNIT_ARG_INFO, crate::unit_types::UNIT_CMP_INFO, crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO, - crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO, crate::unnecessary_box_returns::UNNECESSARY_BOX_RETURNS_INFO, crate::unnecessary_map_on_constructor::UNNECESSARY_MAP_ON_CONSTRUCTOR_INFO, crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO, |
