]> git.lizzy.rs Git - rust.git/commit
Lint unnamed address comparisons
authorTomasz Miąsko <tomasz.miasko@gmail.com>
Thu, 12 Mar 2020 00:00:00 +0000 (00:00 +0000)
committerTomasz Miąsko <tomasz.miasko@gmail.com>
Mon, 30 Mar 2020 19:42:16 +0000 (21:42 +0200)
commitb77b219280eb8e511f3ed28bf894ab09fdde1e03
tree7c2ab232afd0aa3b053fe446f920432e61995b98
parent563da5248d867e7147b084161bee040a241a7419
Lint unnamed address comparisons
CHANGELOG.md
README.md
clippy_lints/src/lib.rs
clippy_lints/src/unnamed_address.rs [new file with mode: 0644]
clippy_lints/src/utils/paths.rs
src/lintlist/mod.rs
tests/ui/fn_address_comparisons.rs [new file with mode: 0644]
tests/ui/fn_address_comparisons.stderr [new file with mode: 0644]
tests/ui/vtable_address_comparisons.rs [new file with mode: 0644]
tests/ui/vtable_address_comparisons.stderr [new file with mode: 0644]