aboutsummaryrefslogtreecommitdiff
path: root/rust-analyzer.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-analyzer.toml')
-rw-r--r--rust-analyzer.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/rust-analyzer.toml b/rust-analyzer.toml
deleted file mode 100644
index 01ed82d..0000000
--- a/rust-analyzer.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[rust-analyzer]
-check.command = "clippy"
-checkOnSave = true
-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
-procMacro.attributes.enable = true