fix typo and unit test
This commit is contained in:
parent
244316f711
commit
f5e23d5c7b
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue