4 lines
132 B
JSON
4 lines
132 B
JSON
{
|
|
"rust-analyzer.checkOnSave.command": "clippy",
|
|
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"],
|
|
}
|