blob: 01ed82dcb87bf03a3df4c09afc0e499c8e327574 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
|