Skip to content

Commit

Permalink
docs: replace deprecated setting in rust-analyzer's snippet (paradigm…
Browse files Browse the repository at this point in the history
…xyz#1481)

Co-authored-by: Anthony Graignic <[email protected]>
  • Loading branch information
anthonygraignic and anthonygraignic authored Feb 21, 2023
1 parent 4e66cc7 commit 3c41807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3c41807

Please sign in to comment.