Don't make backups when running cargo fmt.

We have version control...
This commit is contained in:
Jeremy Wall 2017-11-08 22:42:17 -06:00
parent 8357cb0775
commit 3ab5d27fc7

5
.vscode/tasks.json vendored
View File

@ -8,7 +8,10 @@
"taskName": "cargo fmt", "taskName": "cargo fmt",
"command": "cargo", "command": "cargo",
"args": [ "args": [
"fmt" "fmt",
"--",
"--write-mode",
"overwrite"
], ],
"problemMatcher": [ "problemMatcher": [
"$rustc" "$rustc"