about summary refs log tree commit diff
path: root/clippy_lints/src/declared_lints.rs
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2023-11-09 19:13:35 +0100
committerUrgau <urgau@numericable.fr>2023-12-06 09:03:48 +0100
commita2ea760b88280d459804d10b9ead954495aa41e5 (patch)
tree26c96bd901600acb58155e5d2c41f7f24f9237db /clippy_lints/src/declared_lints.rs
parentc586717cfbe43111834f39555ea8602f3c4686c0 (diff)
downloadrust-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.rs1
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,