Skip to content

Commit b5308f6

Browse files
committed
Fix tests to run on stable.
1 parent d6e49ca commit b5308f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/rustfix/tests/parse_and_replace.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ fn compile(file: &Path, mode: &str) -> Result<Output, Error> {
2929

3030
let mut args: Vec<OsString> = vec![
3131
file.into(),
32-
"--error-format=pretty-json".into(),
33-
"-Zunstable-options".into(),
32+
"--error-format=json".into(),
3433
"--emit=metadata".into(),
3534
"--crate-name=rustfix_test".into(),
3635
"--out-dir".into(),

0 commit comments

Comments
 (0)