X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2Fconfig.rs;h=04bcade156a9d33f8f4fdbb822ec7050a463c694;hb=0fb1c371d4a14f9ce7a721d8aea683a6e6774f6c;hp=7c23117cce3af43a52ced775b6a8da229e207d6d;hpb=0881b3abe424034b0c69b99632b64b355057f203;p=rust.git diff --git a/src/librustdoc/config.rs b/src/librustdoc/config.rs index 7c23117cce3..04bcade156a 100644 --- a/src/librustdoc/config.rs +++ b/src/librustdoc/config.rs @@ -552,7 +552,7 @@ fn println_condition(condition: Condition) { )) .emit(); } - themes.push(StylePath { path: theme_file, disabled: true }); + themes.push(StylePath { path: theme_file }); } }