blob: 7472e1c65762dc1d7518e51bd2844fc6d1347b27 (
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_picker/Cargo.toml",
"mingling_pathf/test/Cargo.toml",
"mingling_picker/test/Cargo.toml",
],
"rust-analyzer.cargo.features": ["mingling_support"],
}
|