Skip to content

Commit f5e23d5

Browse files
committed
fix typo and unit test
1 parent 244316f commit f5e23d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 (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

tests/run-make/rustdoc-default-output/output-default.stdout

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)