blob: 3f1ff1d32181fefdb4121617061b72796a43af14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"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",
],
}
|