mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
docs: replace deprecated setting in rust-analyzer's snippet (#1481)
Co-authored-by: Anthony Graignic <anthony.graignic@uca.fr>
This commit is contained in:
@ -90,7 +90,7 @@ 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": [
|
||||
"rust-analyzer.check.overrideCommand": [
|
||||
"cargo",
|
||||
"+nightly",
|
||||
"clippy",
|
||||
|
||||
Reference in New Issue
Block a user