Skip to content

Commit ccc88a2

Browse files
Add doc for disable-minification option
1 parent 5feb3d5 commit ccc88a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustdoc/src/unstable-features.md

+4
Original file line numberDiff line numberDiff line change
@@ -455,3 +455,7 @@ Some methodology notes about what rustdoc counts in this metric:
455455

456456
Public items that are not documented can be seen with the built-in `missing_docs` lint. Private
457457
items that are not documented can be seen with Clippy's `missing_docs_in_private_items` lint.
458+
459+
### `disable-minification`: prevent minification of CSS and JS files
460+
461+
By default, all JS and CSS files are minified in order to make them smaller. However, it's also a lot harder to read them. This feature allows you to prevent it.

0 commit comments

Comments
 (0)