6 lines
119 B
JSON
6 lines
119 B
JSON
{
|
|
"rust-analyzer.check.extraArgs": [
|
|
"--all-features"
|
|
],
|
|
"rust-analyzer.check.command": "clippy",
|
|
} |