Skip to content

Commit 7d993bf

Browse files
committed
Use --unpretty=expanded instead of --pretty
1 parent 33045a3 commit 7d993bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/sandbox.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl Sandbox {
399399
"rustc",
400400
"--",
401401
"-Zunstable-options",
402-
"--pretty=expanded",
402+
"--unpretty=expanded",
403403
]);
404404

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

0 commit comments

Comments
 (0)