]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/config.rs
Rollup merge of #86955 - Swordelf2:patch-1, r=cuviper
[rust.git] / src / librustdoc / config.rs
index 1b5a00dde59bce80aeac714e5c982662e96a13c4..4cf647a81ae4b4f12e9f5089bf7d2ef881520f6d 100644 (file)
@@ -513,7 +513,7 @@ fn println_condition(condition: Condition) {
                     ))
                     .warn("the theme may appear incorrect when loaded")
                     .help(&format!(
-                        "to see what rules are missing, call `rustdoc  --check-theme \"{}\"`",
+                        "to see what rules are missing, call `rustdoc --check-theme \"{}\"`",
                         theme_s
                     ))
                     .emit();