Skip to content

Commit 9a5a3a8

Browse files
committed
Restore Rustfmt support
Works around rust-lang/rustfmt#2543
1 parent b0a53fe commit 9a5a3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/sandbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ impl Sandbox {
286286

287287
let mut cmd = self.docker_command(Some(crate_type));
288288

289-
cmd.arg("rustfmt").args(&["cargo", "fmt", "--", "--write-mode", "overwrite"]);
289+
cmd.arg("rustfmt").args(&["cargo", "fmt"]);
290290

291291
debug!("Formatting command is {:?}", cmd);
292292

0 commit comments

Comments
 (0)