mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: use nightly clippy in vscode (#840)
This commit is contained in:
@ -90,6 +90,14 @@ If you are working in VSCode, we recommend you install the [rust-analyzer](https
|
||||
```json
|
||||
"editor.formatOnSave": true,
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
||||
"rust-analyzer.checkOnSave.overrideCommand": [
|
||||
"cargo",
|
||||
"+nightly",
|
||||
"clippy",
|
||||
"--all",
|
||||
"--all-features",
|
||||
"--message-format=json"
|
||||
],
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user