Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark some structures with
#[clippy::has_significant_drop]
`#[clippy::has_significant_drop]` tells that a structure should be considered when evaluating some lints. Examples of such behavior are the existent `clippy::significant_drop_in_scrutinee` and in the soon-to-be-finished rust-lang/rust-clippy#9399.
- Loading branch information