Removed clippy from default settings

This commit is contained in:
Mikayla Maki 2022-08-11 11:46:54 -07:00
parent 42c01c5b10
commit 8cf2ae3b6b

View file

@ -154,13 +154,13 @@
//rust-analyzer //rust-analyzer
//typescript-language-server //typescript-language-server
//vscode-json-languageserver //vscode-json-languageserver
"rust_analyzer": { // "rust_analyzer": {
//These initialization options are merged into Zed's defaults // //These initialization options are merged into Zed's defaults
"initialization_options": { // "initialization_options": {
"checkOnSave": { // "checkOnSave": {
"command": "clippy" // "command": "clippy"
} // }
} // }
} // }
} }
} }