]> git.lizzy.rs Git - rust.git/commit
Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need...
authorllogiq <bogusandre@gmail.com>
Thu, 30 Apr 2015 09:48:43 +0000 (11:48 +0200)
committerllogiq <bogusandre@gmail.com>
Thu, 30 Apr 2015 09:48:43 +0000 (11:48 +0200)
commit441b55b328220cf02b0f7b2cb7a6e0f3e752aa56
treed6f91f3da77891042c506422aa7ecb77b4d20e4b
parent2935c31692b49e5b2ffde2d33427a90be336eba6
Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need to refactor to integrate better)
Cargo.toml
README.md
src/bit_mask.rs [new file with mode: 0644]
src/eq_op.rs [new file with mode: 0644]
src/lib.rs
tests/compile-fail/bit_masks.rs [new file with mode: 0644]
tests/compile-fail/eq_op.rs [new file with mode: 0644]
tests/compile-test.rs