Run update_lints.py

This commit is contained in:
sinkuu
2017-02-17 17:48:19 +09:00
parent 6bb426b0e3
commit 16e53c9868
3 changed files with 4 additions and 1 deletions

View File

@@ -481,6 +481,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
returns::LET_AND_RETURN,
returns::NEEDLESS_RETURN,
serde::SERDE_API_MISUSE,
should_assert_eq::SHOULD_ASSERT_EQ,
strings::STRING_LIT_AS_BYTES,
swap::ALMOST_SWAPPED,
swap::MANUAL_SWAP,