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_bounds
lint checks for generics withstd::ops::Drop
as bounds. - DYN_
DROP - The
dyn_drop
lint checks for trait objects withstd::ops::Drop
.