]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/config.rs
Auto merge of #91279 - scottmcm:small-refactor, r=nagisa
[rust.git] / src / librustdoc / config.rs
index 7c23117cce3af43a52ced775b6a8da229e207d6d..04bcade156a9d33f8f4fdbb822ec7050a463c694 100644 (file)
@@ -552,7 +552,7 @@ fn println_condition(condition: Condition) {
                     ))
                     .emit();
                 }
-                themes.push(StylePath { path: theme_file, disabled: true });
+                themes.push(StylePath { path: theme_file });
             }
         }