blob: 389a4762c5e8aaecdd5f9b5a43719e1aa49fa629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.checkOnSave": true,
"rust-analyzer.linkedProjects": [
".run/Cargo.toml",
"mingling_pathf/test/Cargo.toml",
"arg_picker/Cargo.toml",
"arg_picker/test/Cargo.toml"
],
"rust-analyzer.cargo.features": ["mingling_support"]
}
|