Structs§
- Drop
Trait Constraints  - Lint for bounds of the form 
T: Drop, which usually indicate an attempt to emulatestd::mem::needs_drop. 
Statics§
- DROP_
BOUNDS  - The 
drop_boundslint checks for generics withstd::ops::Dropas bounds. - DYN_
DROP  - The 
dyn_droplint checks for trait objects withstd::ops::Drop.