Skip to content

Commit 5feb3d5

Browse files
Stabilize disable-minification option
1 parent 913ad6d commit 5feb3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ fn opts() -> Vec<RustcOptGroup> {
286286
"How errors and other messages are produced",
287287
"human|json|short")
288288
}),
289-
unstable("disable-minification", |o| {
289+
stable("disable-minification", |o| {
290290
o.optflag("",
291291
"disable-minification",
292292
"Disable minification applied on JS files")

0 commit comments

Comments
 (0)