diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-05-02 12:25:36 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-05-02 12:25:36 +0200 |
| commit | 7d4a6c8ec1412adce0c8bbd606ac0b697370e331 (patch) | |
| tree | a8a5aada44b9ad7349490b8ced39ebab17bd8037 /src/librustdoc/lib.rs | |
| parent | 33535afda497e1de8a831e8270ae8099434f662b (diff) | |
| download | rust-7d4a6c8ec1412adce0c8bbd606ac0b697370e331.tar.gz rust-7d4a6c8ec1412adce0c8bbd606ac0b697370e331.zip | |
Set --extend-css stable
Diffstat (limited to 'src/librustdoc/lib.rs')
| -rw-r--r-- | src/librustdoc/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 2a6134fde5c..be974d4a08a 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -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")), |
