]> git.lizzy.rs Git - rust.git/commit
Add new lint for undropped ManuallyDrop values
authorcgm616 <cgm616@me.com>
Fri, 16 Oct 2020 15:12:37 +0000 (11:12 -0400)
committercgm616 <cgm616@me.com>
Thu, 22 Oct 2020 01:21:11 +0000 (21:21 -0400)
commit4a4f998c39b1b7e06c34a5fc8ed90e8752142e20
tree623cc36698e5217755606ba586d8757229987983
parent85959be60667ec158da0a1824506ebba47791317
Add new lint for undropped ManuallyDrop values
CHANGELOG.md
clippy_lints/src/lib.rs
clippy_lints/src/undropped_manually_drops.rs [new file with mode: 0644]
src/lintlist/mod.rs
tests/ui/undropped_manually_drops.rs [new file with mode: 0644]