Skip to content

Commit

Permalink
fix typo and unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Jan 14, 2025
1 parent 244316f commit f5e23d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 (perma-unstable, do not use with cached files)",
"disable the minification of CSS/JS files (perma-unstable, do not use with cached files)",
"",
),
// deprecated / removed options
Expand Down
3 changes: 2 additions & 1 deletion tests/run-make/rustdoc-default-output/output-default.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ Options:
--doctest-compilation-args add arguments to be used when compiling doctests

--disable-minification
diable the minification of CSS/JS files
disable the minification of CSS/JS files
(perma-unstable, do not use with cached files)
--plugin-path DIR
removed, see issue #44136
</~https://github.com/rust-lang/rust/issues/44136> for
Expand Down

0 comments on commit f5e23d5

Please sign in to comment.