Skip to content

Commit

Permalink
add disclaimer to --disable-minification
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Jan 14, 2025
1 parent d4057e8 commit 244316f
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 @@ -656,7 +656,7 @@ fn opts() -> Vec<RustcOptGroup> {
FlagMulti,
"",
"disable-minification",
"diable the minification of CSS/JS files",
"diable the minification of CSS/JS files (perma-unstable, do not use with cached files)",
"",
),
// deprecated / removed options
Expand Down

0 comments on commit 244316f

Please sign in to comment.