Skip to content

Commit ffb0e2d

Browse files
committedMay 25, 2017
Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercup
Set --extend-css stable I think it's now time to set this option stable. r? @rust-lang/docs
2 parents cf747fc + b4d594f commit ffb0e2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎src/librustdoc/lib.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ pub fn opts() -> Vec<RustcOptGroup> {
178178
stable(optopt("", "markdown-playground-url",
179179
"URL to send code snippets to", "URL")),
180180
stable(optflag("", "markdown-no-toc", "don't include table of contents")),
181-
unstable(optopt("e", "extend-css",
182-
"to redefine some css rules with a given file to generate doc with your \
183-
own theme", "PATH")),
181+
stable(optopt("e", "extend-css",
182+
"To add some CSS rules with a given file to generate doc with your \
183+
own theme. However, your theme might break if the rustdoc's generated HTML \
184+
changes, so be careful!", "PATH")),
184185
unstable(optmulti("Z", "",
185186
"internal and debugging options (only on nightly build)", "FLAG")),
186187
stable(optopt("", "sysroot", "Override the system root", "PATH")),

0 commit comments

Comments
 (0)