Move return_self_not_must_use to pedantic

This commit is contained in:
xFrednet
2022-01-17 12:25:38 +01:00
parent d364d8ad5b
commit 2d3eb5082a
6 changed files with 6 additions and 6 deletions

View File

@@ -250,7 +250,6 @@ store.register_group(true, "clippy::all", Some("clippy_all"), vec![
LintId::of(reference::REF_IN_DEREF),
LintId::of(regex::INVALID_REGEX),
LintId::of(repeat_once::REPEAT_ONCE),
LintId::of(return_self_not_must_use::RETURN_SELF_NOT_MUST_USE),
LintId::of(returns::LET_AND_RETURN),
LintId::of(returns::NEEDLESS_RETURN),
LintId::of(self_assignment::SELF_ASSIGNMENT),