mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-13 09:03:44 -05:00
Clippy is a bit too heavy to be used as the check on save command in this repo. Let's set a better default.
5 lines
102 B
JSON
5 lines
102 B
JSON
{
|
|
"rust-analyzer.checkOnSave.command": "check",
|
|
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
|
|
}
|