chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to avoid ableist language

This commit is contained in:
Klaus Purer
2018-12-16 14:10:53 +01:00
parent a416c5e0f7
commit 15b9e9f23a
4 changed files with 12 additions and 12 deletions

View File

@@ -518,7 +518,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
empty_enum::EMPTY_ENUM,
enum_glob_use::ENUM_GLOB_USE,
enum_variants::PUB_ENUM_VARIANT_NAMES,
enum_variants::STUTTER,
enum_variants::MODULE_NAME_REPEAT,
if_not_else::IF_NOT_ELSE,
infinite_iter::MAYBE_INFINITE_ITER,
items_after_statements::ITEMS_AFTER_STATEMENTS,