Skip to content

Commit

Permalink
Set --extend-css stable
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 2, 2017
1 parent 33535af commit 7d4a6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ pub fn opts() -> Vec<RustcOptGroup> {
stable(optopt("", "markdown-playground-url",
"URL to send code snippets to", "URL")),
stable(optflag("", "markdown-no-toc", "don't include table of contents")),
unstable(optopt("e", "extend-css",
"to redefine some css rules with a given file to generate doc with your \
own theme", "PATH")),
stable(optopt("e", "extend-css",
"to redefine some css rules with a given file to generate doc with your \
own theme", "PATH")),
unstable(optmulti("Z", "",
"internal and debugging options (only on nightly build)", "FLAG")),
stable(optopt("", "sysroot", "Override the system root", "PATH")),
Expand Down

0 comments on commit 7d4a6c8

Please sign in to comment.