From 840f7daaadb1222c4355dbb72cabdcf912cb8877 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Fri, 2 Oct 2020 11:34:14 -0700 Subject: Deprecate clippy lint --- src/lintlist/mod.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index 9603023ed06..f6d529de9a3 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -423,13 +423,6 @@ pub static ref ALL_LINTS: Vec = vec![ deprecation: None, module: "double_parens", }, - Lint { - name: "drop_bounds", - group: "correctness", - desc: "bounds of the form `T: Drop` are useless", - deprecation: None, - module: "drop_bounds", - }, Lint { name: "drop_copy", group: "correctness", -- cgit 1.4.1-3-g733a5