aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 226921e..9dc29f4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,4 @@
{
"rust-analyzer.check.command": "clippy",
- "rust-analyzer.checkOnSave": true
+ "rust-analyzer.checkOnSave": true,
}