Skip to content

Commit 4d67f5b

Browse files
committed
Remove needless FIXME
In this case, it seems fine to have the field be the inverse of the flag, especially the `enable` vs `disable` terminology is clear.
1 parent 3fcf43b commit 4d67f5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustdoc/config.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ pub(crate) struct RenderOptions {
240240
pub(crate) resource_suffix: String,
241241
/// Whether to run the static CSS/JavaScript through a minifier when outputting them. `true` by
242242
/// default.
243-
//
244-
// FIXME(misdreavus): the flag name is `--disable-minification` but the meaning is inverted
245-
// once read.
246243
pub(crate) enable_minification: bool,
247244
/// Whether to create an index page in the root of the output directory. If this is true but
248245
/// `enable_index_page` is None, generate a static listing of crates instead.

0 commit comments

Comments
 (0)