]> git.lizzy.rs Git - rust.git/commitdiff
Set --extend-css stable
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 2 May 2017 10:25:36 +0000 (12:25 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 2 May 2017 10:25:36 +0000 (12:25 +0200)
src/librustdoc/lib.rs

index 2a6134fde5c3d8f8e9aaba8b30ee207590052184..be974d4a08a09c7e1f597f4192cedfd3c727b165 100644 (file)
@@ -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")),