Files
ruff/.vscode/settings.json

6 lines
119 B
JSON

{
"rust-analyzer.check.extraArgs": [
"--all-features"
],
"rust-analyzer.check.command": "clippy",
}