rustdoc: Stabilize --diagnostic-width

This commit is contained in:
Eric Huss
2022-09-23 18:04:15 -07:00
parent 9a963e3bad
commit 3d01d43d48
2 changed files with 2 additions and 2 deletions

View File

@@ -461,7 +461,7 @@ fn opts() -> Vec<RustcOptGroup> {
"human|json|short",
)
}),
unstable("diagnostic-width", |o| {
stable("diagnostic-width", |o| {
o.optopt(
"",
"diagnostic-width",