generated at
Clippy
rustのlinter



lintする
推奨する書き方に自動書き換え


.vscode/setting.json
{ "rust-analyzer.checkOnSave": true, "rust-analyzer.check.command": "clippy" }