Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
958: Mark some structures with `#[clippy::has_significant_drop]` r=taiki-e a=c410-f3r `#[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 the soon-to-be-finished rust-lang/rust-clippy#9399. Co-authored-by: Caio <[email protected]>
- Loading branch information