Skip to content

Commit d69ccf1

Browse files
committed
Use -Zunpretty=expanded instead of --pretty
1 parent 33045a3 commit d69ccf1

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)