about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/drop_forget_useless.rs
AgeCommit message (Expand)AuthorLines
2023-10-13Format all the let chains in compilerMichael Goulet-10/+29
2023-07-01Fix dropping_copy_types lint from linting in match-arm with side-effectsUrgau-1/+1
2023-06-08Uplift clippy::undropped_manually_drops to rustcUrgau-2/+42
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-4/+4
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-4/+4
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-4/+4
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-4/+4
2023-05-10Use label instead of note to be more consistent with other lintsUrgau-4/+4
2023-05-10Uplift clippy::forget_copy to rustcUrgau-2/+36
2023-05-10Uplift clippy::forget_ref to rustcUrgau-2/+28
2023-05-10Uplift clippy::drop_copy to rustcUrgau-2/+30
2023-05-10Uplift clippy::drop_ref to rustcUrgau-0/+76