Skip to content

Commit 7d4a6c8

Browse files
Set --extend-css stable
1 parent 33535af commit 7d4a6c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustdoc/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ pub fn opts() -> Vec<RustcOptGroup> {
161161
stable(optopt("", "markdown-playground-url",
162162
"URL to send code snippets to", "URL")),
163163
stable(optflag("", "markdown-no-toc", "don't include table of contents")),
164-
unstable(optopt("e", "extend-css",
165-
"to redefine some css rules with a given file to generate doc with your \
166-
own theme", "PATH")),
164+
stable(optopt("e", "extend-css",
165+
"to redefine some css rules with a given file to generate doc with your \
166+
own theme", "PATH")),
167167
unstable(optmulti("Z", "",
168168
"internal and debugging options (only on nightly build)", "FLAG")),
169169
stable(optopt("", "sysroot", "Override the system root", "PATH")),

0 commit comments

Comments
 (0)