Skip to content

Commit

Permalink
docs: update rust-analyzer clippy override
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 28, 2023
1 parent ce6abb0 commit 6b3970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/dev/src/explore/resources/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ publicus.org-checkbox
Add these to your settings.json to get rustfmt and clippy with the nightly version that we use:

```json
"rust-analyzer.checkOnSave.overrideCommand": [
"rust-analyzer.check.overrideCommand": [
"cargo",
"+{{#include ../../../../../rust-nightly-version}}",
"clippy",
Expand Down

0 comments on commit 6b3970c

Please sign in to comment.