Skip to content

Commit 3f5e9c9

Browse files
authored
Merge pull request #711 from jyn514/unpretty
Use `--unpretty=expanded` instead of `--pretty`
2 parents 33045a3 + d69ccf1 commit 3f5e9c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/sandbox.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,7 @@ impl Sandbox {
398398
"cargo",
399399
"rustc",
400400
"--",
401-
"-Zunstable-options",
402-
"--pretty=expanded",
401+
"-Zunpretty=expanded",
403402
]);
404403

405404
log::debug!("Macro expansion command is {:?}", cmd);

0 commit comments

Comments
 (0)