]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/lib.register_lints.rs
Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=flip1995
[rust.git] / clippy_lints / src / lib.register_lints.rs
index af7226f242f3cb35f328f5e8a10f8944bc56cb67..d3c75f8b519107654df8d992bb677017deb594a1 100644 (file)
     default_instead_of_iter_empty::DEFAULT_INSTEAD_OF_ITER_EMPTY,
     default_numeric_fallback::DEFAULT_NUMERIC_FALLBACK,
     default_union_representation::DEFAULT_UNION_REPRESENTATION,
+    dereference::EXPLICIT_AUTO_DEREF,
     dereference::EXPLICIT_DEREF_METHODS,
     dereference::NEEDLESS_BORROW,
     dereference::REF_BINDING_TO_REFERENCE,