rustdoc: Stabilize --diagnostic-width
This commit is contained in:
parent
9a963e3bad
commit
3d01d43d48
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue