mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
6 lines
119 B
JSON
6 lines
119 B
JSON
{
|
|
"rust-analyzer.check.extraArgs": [
|
|
"--all-features"
|
|
],
|
|
"rust-analyzer.check.command": "clippy",
|
|
} |