1 2 3 4 5 6 7
{ "rust-analyzer.checkOnSave": true, "rust-analyzer.check.command": "clippy", "[rust]": { "editor.formatOnSave": true } }