1
Fork 0

Rename rustdoc options --themes and --check-themes to --theme and --check-theme

This commit is contained in:
Guillaume Gomez 2019-09-22 22:35:25 +02:00
parent 685b63a163
commit 8f9014d98f
6 changed files with 21 additions and 18 deletions

View file

@ -59,7 +59,7 @@ pub static RUST_FAVICON: &'static [u8] = include_bytes!("static/favicon.ico");
/// The built-in themes given to every documentation site.
pub mod themes {
/// The "light" theme, selected by default when no setting is available. Used as the basis for
/// the `--check-themes` functionality.
/// the `--check-theme` functionality.
pub static LIGHT: &'static str = include_str!("static/themes/light.css");
/// The "dark" theme.