Change lint name

From `suggest_print` to `explicit_write`
This commit is contained in:
Devon Hollowood
2017-10-14 21:26:39 -03:00
parent a46bf3f456
commit aeeb38dab1
4 changed files with 7 additions and 7 deletions

View File

@@ -542,7 +542,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
serde_api::SERDE_API_MISUSE,
should_assert_eq::SHOULD_ASSERT_EQ,
strings::STRING_LIT_AS_BYTES,
suggest_print::SUGGEST_PRINT,
suggest_print::EXPLICIT_WRITE,
swap::ALMOST_SWAPPED,
swap::MANUAL_SWAP,
temporary_assignment::TEMPORARY_ASSIGNMENT,