diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index 15f15d9a9..000000000 --- a/.zed/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "lsp": { - "rust-analyzer": { - "initialization_options": { - "cargo": { - "features": "all" - } - } - } - } -}