]> git.lizzy.rs Git - rust.git/commit
Added from_over_into lint
authorBastian Kersting <bastian@cmbt.de>
Sat, 19 Dec 2020 14:49:42 +0000 (15:49 +0100)
committerBastian Kersting <bastian@cmbt.de>
Sat, 19 Dec 2020 16:00:40 +0000 (17:00 +0100)
commita451b2af30c173b081f5d6150e558a65062a1dc8
treed54e3c3950b3e3eceaeb2a10f94e5d29ac830eb3
parent0718eeb64849b00e8f0a5cc4f96603b61ff8c049
Added from_over_into lint
CHANGELOG.md
clippy_lints/src/from_over_into.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
tests/ui/from_over_into.rs [new file with mode: 0644]
tests/ui/from_over_into.stderr [new file with mode: 0644]
tests/ui/unused_unit.fixed
tests/ui/unused_unit.rs
tests/ui/unused_unit.stderr