Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix nightly fmt example
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Avocado committed Dec 2, 2021
1 parent c83052a commit 85c1d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Refer to the rust-analyzer [User Manual](https://rust-analyzer.github.io/manual.
```json
{
"rustfmt": {
"overrideCommand": "cargo +nightly fmt"
"extraArgs": ["+nightly"]
}
}
```
Expand Down

0 comments on commit 85c1d5a

Please sign in to comment.