]> git.lizzy.rs Git - rust.git/commitdiff
remove -Z option from rustdoc theme checker tool
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 12 Oct 2019 09:53:02 +0000 (11:53 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 18 Nov 2019 15:43:48 +0000 (16:43 +0100)
src/tools/rustdoc-themes/main.rs

index 87c1de3e715e14e3b21dcd91ca800ef03b46a513..a549b0d0efaac876bc845662a158084ce2af5444 100644 (file)
@@ -40,7 +40,6 @@ fn main() {
     }
     let arg_name = "--check-theme".to_owned();
     let status = Command::new(rustdoc_bin)
-                        .args(&["-Z", "unstable-options"])
                         .args(&themes.iter()
                                      .flat_map(|t| vec![&arg_name, t].into_iter())
                                      .collect::<Vec<_>>())