fix typo and unit test · rust-lang/rust@f5e23d5 (original) (raw)
File tree
2 files changed
lines changed
- tests/run-make/rustdoc-default-output
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -656,7 +656,7 @@ fn opts() -> Vec { | ||
656 | 656 | FlagMulti, |
657 | 657 | "", |
658 | 658 | "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)", | |
660 | 660 | "", |
661 | 661 | ), |
662 | 662 | // deprecated / removed options |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -194,7 +194,8 @@ Options: | ||
194 | 194 | --doctest-compilation-args add arguments to be used when compiling doctests |
195 | 195 | |
196 | 196 | --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) | |
198 | 199 | --plugin-path DIR |
199 | 200 | removed, see issue #44136 |
200 | 201 | https://github.com/rust-lang/rust/issues/44136 for |