diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-06-29 15:14:09 -0700 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-06-29 15:14:09 -0700 |
| commit | 4d67f5bfc3b02da5d3cb37b6f9bc482eff9fb2f3 (patch) | |
| tree | 9f34b9f083a06434d1f273ab9f277f413a009a98 /src | |
| parent | 3fcf43bb0f3e86c16a88f239da18a1729a94d244 (diff) | |
| download | rust-4d67f5bfc3b02da5d3cb37b6f9bc482eff9fb2f3.tar.gz rust-4d67f5bfc3b02da5d3cb37b6f9bc482eff9fb2f3.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/config.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/config.rs b/src/librustdoc/config.rs index 6e3651665c8..1ae4c65f5aa 100644 --- a/src/librustdoc/config.rs +++ b/src/librustdoc/config.rs @@ -240,9 +240,6 @@ pub(crate) struct RenderOptions { pub(crate) resource_suffix: String, /// Whether to run the static CSS/JavaScript through a minifier when outputting them. `true` by /// default. - // - // FIXME(misdreavus): the flag name is `--disable-minification` but the meaning is inverted - // once read. pub(crate) enable_minification: bool, /// Whether to create an index page in the root of the output directory. If this is true but /// `enable_index_page` is None, generate a static listing of crates instead. |
