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

@@ -511,10 +511,10 @@ fn opts() -> Vec<RustcOptGroup> {
"LEVEL",
)
}),
unstable("force-warns", |o| {
unstable("force-warn", |o| {
o.optopt(
"",
"force-warns",
"force-warn",
"Lints that will warn even if allowed somewhere else",
"LINTS",
)