Stabilize rustdoc theme options
This commit is contained in:
@@ -251,12 +251,12 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the \
|
||||
program, rather than alphabetically")
|
||||
}),
|
||||
unstable("themes", |o| {
|
||||
stable("themes", |o| {
|
||||
o.optmulti("", "themes",
|
||||
"additional themes which will be added to the generated docs",
|
||||
"FILES")
|
||||
}),
|
||||
unstable("theme-checker", |o| {
|
||||
stable("theme-checker", |o| {
|
||||
o.optmulti("", "theme-checker",
|
||||
"check if given theme is valid",
|
||||
"FILES")
|
||||
|
||||
Reference in New Issue
Block a user