We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf43b commit 4d67f5bCopy full SHA for 4d67f5b
src/librustdoc/config.rs
@@ -240,9 +240,6 @@ pub(crate) struct RenderOptions {
240
pub(crate) resource_suffix: String,
241
/// Whether to run the static CSS/JavaScript through a minifier when outputting them. `true` by
242
/// default.
243
- //
244
- // FIXME(misdreavus): the flag name is `--disable-minification` but the meaning is inverted
245
- // once read.
246
pub(crate) enable_minification: bool,
247
/// Whether to create an index page in the root of the output directory. If this is true but
248
/// `enable_index_page` is None, generate a static listing of crates instead.
0 commit comments