Stabilize --crate-version option in rustdoc

This commit is contained in:
Guillaume Gomez
2020-02-26 22:08:59 +01:00
parent abc3073c92
commit c57de34e8f
5 changed files with 14 additions and 19 deletions

View File

@@ -266,7 +266,7 @@ fn opts() -> Vec<RustcOptGroup> {
unstable("display-warnings", |o| {
o.optflag("", "display-warnings", "to print code warnings when testing doc")
}),
unstable("crate-version", |o| {
stable("crate-version", |o| {
o.optopt("", "crate-version", "crate version to print into documentation", "VERSION")
}),
unstable("sort-modules-by-appearance", |o| {