Skip to content

Commit 244316f

Browse files
committed
add disclaimer to --disable-minification
1 parent d4057e8 commit 244316f

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
@@ -656,7 +656,7 @@ fn opts() -> Vec<RustcOptGroup> {
656656
FlagMulti,
657657
"",
658658
"disable-minification",
659-
"diable the minification of CSS/JS files",
659+
"diable the minification of CSS/JS files (perma-unstable, do not use with cached files)",
660660
"",
661661
),
662662
// deprecated / removed options

0 commit comments

Comments
 (0)