We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913ad6d commit 5feb3d5Copy full SHA for 5feb3d5
src/librustdoc/lib.rs
@@ -286,7 +286,7 @@ fn opts() -> Vec<RustcOptGroup> {
286
"How errors and other messages are produced",
287
"human|json|short")
288
}),
289
- unstable("disable-minification", |o| {
+ stable("disable-minification", |o| {
290
o.optflag("",
291
"disable-minification",
292
"Disable minification applied on JS files")
0 commit comments