diff options
| author | binarycat <binarycat@envs.net> | 2025-01-14 08:54:55 -0600 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-01-14 08:54:55 -0600 |
| commit | 244316f711175eb072959d5654454b9e51cf3251 (patch) | |
| tree | 4e4d6389ed3a7d1fad28d026e887ef524f6f1594 /src/librustdoc/lib.rs | |
| parent | d4057e8df01a2d1b580952e1be4099347bd5c27a (diff) | |
| download | rust-244316f711175eb072959d5654454b9e51cf3251.tar.gz rust-244316f711175eb072959d5654454b9e51cf3251.zip | |
add disclaimer to --disable-minification
Diffstat (limited to 'src/librustdoc/lib.rs')
| -rw-r--r-- | src/librustdoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 330b2507de8..e9b2bff089f 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -656,7 +656,7 @@ fn opts() -> Vec<RustcOptGroup> { FlagMulti, "", "disable-minification", - "diable the minification of CSS/JS files", + "diable the minification of CSS/JS files (perma-unstable, do not use with cached files)", "", ), // deprecated / removed options |
