]> git.lizzy.rs Git - rust.git/commit
Add double comparions lint
authorSeiichi Uchida <seuchida@gmail.com>
Tue, 30 Jan 2018 01:35:35 +0000 (10:35 +0900)
committerSeiichi Uchida <seuchida@gmail.com>
Tue, 30 Jan 2018 01:35:35 +0000 (10:35 +0900)
commita3c23237674290e380c8046a430d7ea61f86c7b2
tree3a94b056f42240143f5718a9f65a47626b7330a9
parentc3e9ec65a1be17aa3bfb139659be34f969be3ce6
Add double comparions lint
clippy_lints/src/double_comparison.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
tests/ui/double_comparison.rs [new file with mode: 0644]
tests/ui/double_comparison.stderr [new file with mode: 0644]