diff options
Diffstat (limited to '.zed/settings.json')
| -rw-r--r-- | .zed/settings.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index 7378109..0000000 --- a/.zed/settings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "lsp": { - "rust-analyzer": { - "initialization_options": { - "checkOnSave": true, - "check": { "command": "clippy" }, - "files": { - "exclude": ["**/target/**", "**/.temp/**"] - }, - "linkedProjects": [ - ".run/Cargo.toml", - "mingling_pathf/test/Cargo.toml", - "arg_picker/Cargo.toml", - "arg_picker/test/Cargo.toml", - "mingling_cli/Cargo.toml" - ], - "cargo": { - "features": [] - }, - "procMacro": { - "enable": true, - "attributes": { - "enable": true - } - } - } - } - } -} |
