mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59: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
|
```json
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
||||||
"rust-analyzer.checkOnSave.overrideCommand": [
|
"rust-analyzer.check.overrideCommand": [
|
||||||
"cargo",
|
"cargo",
|
||||||
"+nightly",
|
"+nightly",
|
||||||
"clippy",
|
"clippy",
|
||||||
|
|||||||
Reference in New Issue
Block a user