diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 00cad5e376a40..2b413ac25fac1 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -289,7 +289,7 @@ pub fn opts() -> Vec { "edition to use when compiling rust code (default: 2015)", "EDITION") }), - unstable("color", |o| { + stable("color", |o| { o.optopt("", "color", "Configure coloring of output: @@ -298,7 +298,7 @@ pub fn opts() -> Vec { never = never colorize output", "auto|always|never") }), - unstable("error-format", |o| { + stable("error-format", |o| { o.optopt("", "error-format", "How errors and other messages are produced",