aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 0aa6db4d41c6f2b155679422b25342298fc46ed4 (plain) (blame)
1
2
3
4
5
{
  "rust-analyzer.check.command": "clippy",
  "rust-analyzer.checkOnSave": true,
  "rust-analyzer.linkedProjects": [".run/Cargo.toml"],
}