Rename force-warns to force-warn
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user