Skip to content

Commit 82a7b32

Browse files
remove -Z option from rustdoc theme checker tool
1 parent c614cad commit 82a7b32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/rustdoc-themes/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ fn main() {
4040
}
4141
let arg_name = "--check-theme".to_owned();
4242
let status = Command::new(rustdoc_bin)
43-
.args(&["-Z", "unstable-options"])
4443
.args(&themes.iter()
4544
.flat_map(|t| vec![&arg_name, t].into_iter())
4645
.collect::<Vec<_>>())

0 commit comments

Comments
 (0)