diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000000..20a2c1fb59 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,14 @@ +{ + "lsp": { + "rust-analyzer": { + "initialization_options": { + "check": { + "command": "clippy" + }, + "cargo": { + "allFeatures": true + } + } + } + } +}