Rename force-warns to force-warn
This commit is contained in:
parent
da7d405357
commit
800c5f9202
34 changed files with 43 additions and 43 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue