File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -309,19 +309,19 @@ pub fn opts() -> Vec<RustcOptGroup> {
309
309
"disable-minification" ,
310
310
"Disable minification applied on JS files" )
311
311
} ) ,
312
- unstable ( "warn" , |o| {
312
+ stable ( "warn" , |o| {
313
313
o. optmulti( "W" , "warn" , "Set lint warnings" , "OPT" )
314
314
} ) ,
315
- unstable ( "allow" , |o| {
315
+ stable ( "allow" , |o| {
316
316
o. optmulti( "A" , "allow" , "Set lint allowed" , "OPT" )
317
317
} ) ,
318
- unstable ( "deny" , |o| {
318
+ stable ( "deny" , |o| {
319
319
o. optmulti( "D" , "deny" , "Set lint denied" , "OPT" )
320
320
} ) ,
321
- unstable ( "forbid" , |o| {
321
+ stable ( "forbid" , |o| {
322
322
o. optmulti( "F" , "forbid" , "Set lint forbidden" , "OPT" )
323
323
} ) ,
324
- unstable ( "cap-lints" , |o| {
324
+ stable ( "cap-lints" , |o| {
325
325
o. optmulti(
326
326
"" ,
327
327
"cap-lints" ,
You can’t perform that action at this time.
0 commit comments