fix typo and unit test

This commit is contained in:
binarycat 2025-01-14 09:51:55 -06:00
parent 244316f711
commit f5e23d5c7b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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