]> git.lizzy.rs Git - rust.git/commit
Add a `BLACKLISTED_NAME` lint
authormcarton <cartonmartin+git@gmail.com>
Mon, 22 Feb 2016 14:42:24 +0000 (15:42 +0100)
committermcarton <cartonmartin+git@gmail.com>
Sat, 12 Mar 2016 13:51:45 +0000 (14:51 +0100)
commita3031e34f9db46f172d955cec607c6f4ef226ab4
tree06488f1d5e0b347d0625be38e20d45059efbbea7
parent232710cd4312abce7476de2baa21b943a9763eb4
Add a `BLACKLISTED_NAME` lint
12 files changed:
README.md
src/blacklisted_name.rs [new file with mode: 0644]
src/lib.rs
tests/compile-fail/blacklisted_name.rs [new file with mode: 0755]
tests/compile-fail/box_vec.rs
tests/compile-fail/conf_french_blacklisted_name.rs [new file with mode: 0755]
tests/compile-fail/conf_french_blacklisted_name.toml [new file with mode: 0644]
tests/compile-fail/copies.rs
tests/compile-fail/dlist.rs
tests/compile-fail/methods.rs
tests/compile-fail/mut_reference.rs
tests/compile-fail/used_underscore_binding.rs