mem_replace: apply update_lints tool.

This commit is contained in:
Jay Kickliter
2018-09-18 10:28:58 -07:00
parent 1b6d739ce3
commit 12c7bc1e58
3 changed files with 3 additions and 1 deletions

View File

@@ -593,6 +593,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
matches::MATCH_REF_PATS,
matches::MATCH_WILD_ERR_ARM,
matches::SINGLE_MATCH,
mem_replace::MEM_REPLACE_OPTION_WITH_NONE,
methods::CHARS_LAST_CMP,
methods::CHARS_NEXT_CMP,
methods::CLONE_DOUBLE_REF,