rustdoc: Stabilize --diagnostic-width
This commit is contained in:
parent
9a963e3bad
commit
3d01d43d48
@ -461,7 +461,7 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
"human|json|short",
|
||||
)
|
||||
}),
|
||||
unstable("diagnostic-width", |o| {
|
||||
stable("diagnostic-width", |o| {
|
||||
o.optopt(
|
||||
"",
|
||||
"diagnostic-width",
|
||||
|
@ -1,4 +1,4 @@
|
||||
// compile-flags: -Zunstable-options --diagnostic-width=10
|
||||
// compile-flags: --diagnostic-width=10
|
||||
#![deny(rustdoc::bare_urls)]
|
||||
|
||||
/// This is a long line that contains a http://link.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user