We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d028b3e + dda85ab commit 7a23b5dCopy full SHA for 7a23b5d
src/librustdoc/lib.rs
@@ -290,7 +290,7 @@ fn opts() -> Vec<RustcOptGroup> {
290
"edition to use when compiling rust code (default: 2015)",
291
"EDITION")
292
}),
293
- unstable("color", |o| {
+ stable("color", |o| {
294
o.optopt("",
295
"color",
296
"Configure coloring of output:
@@ -299,7 +299,7 @@ fn opts() -> Vec<RustcOptGroup> {
299
never = never colorize output",
300
"auto|always|never")
301
302
- unstable("error-format", |o| {
+ stable("error-format", |o| {
303
304
"error-format",
305
"How errors and other messages are produced",
0 commit comments