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