fix typos (found by codespell)

This commit is contained in:
Matthias Krüger
2020-07-17 01:58:41 +02:00
parent c2cb565a3e
commit 3618b97f59
15 changed files with 15 additions and 15 deletions

View File

@@ -463,7 +463,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
);
store.register_removed(
"clippy::replace_consts",
"associated-constants `MIN`/`MAX` of integers are prefered to `{min,max}_value()` and module constants",
"associated-constants `MIN`/`MAX` of integers are preferred to `{min,max}_value()` and module constants",
);
store.register_removed(
"clippy::regex_macro",