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