1
Fork 0

Rename force-warns to force-warn

This commit is contained in:
Ryan Levick 2021-07-21 15:40:52 +02:00
parent da7d405357
commit 800c5f9202
34 changed files with 43 additions and 43 deletions

View file

@ -370,7 +370,7 @@ impl LintStore {
match level {
Level::Allow => "-A",
Level::Warn => "-W",
Level::ForceWarn => "--force-warns",
Level::ForceWarn => "--force-warn",
Level::Deny => "-D",
Level::Forbid => "-F",
},