6 lines
118 B
JSON
6 lines
118 B
JSON
{
|
|
"rust-analyzer.check.command": "clippy",
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.cargo.features": "all"
|
|
}
|