Skip to content

Commit

Permalink
Stabilize disable-minification option
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 10, 2019
1 parent 913ad6d commit 5feb3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ fn opts() -> Vec<RustcOptGroup> {
"How errors and other messages are produced",
"human|json|short")
}),
unstable("disable-minification", |o| {
stable("disable-minification", |o| {
o.optflag("",
"disable-minification",
"Disable minification applied on JS files")
Expand Down

0 comments on commit 5feb3d5

Please sign in to comment.