File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/run-make/rustdoc-default-output Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ fn opts() -> Vec<RustcOptGroup> {
656656 FlagMulti ,
657657 "" ,
658658 "disable-minification" ,
659- "diable the minification of CSS/JS files (perma-unstable, do not use with cached files)" ,
659+ "disable the minification of CSS/JS files (perma-unstable, do not use with cached files)" ,
660660 "" ,
661661 ) ,
662662 // deprecated / removed options
Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ Options:
194194 --doctest-compilation-args add arguments to be used when compiling doctests
195195
196196 --disable-minification
197- diable the minification of CSS/JS files
197+ disable the minification of CSS/JS files
198+ (perma-unstable, do not use with cached files)
198199 --plugin-path DIR
199200 removed, see issue #44136
200201 <https://github.com/rust-lang/rust/issues/44136> for
You can’t perform that action at this time.
0 commit comments