update rustfmt install snippet in pull request template

master
data-pup 6 years ago
parent a267075be8
commit cca6960292
  1. 2
      .github/PULL_REQUEST_TEMPLATE.md

@ -2,7 +2,7 @@ Make sure these boxes are checked! 📦✅
- [ ] You have the latest version of `rustfmt` installed - [ ] You have the latest version of `rustfmt` installed
```bash ```bash
$ rustup component add rustfmt-preview --toolchain nightly $ rustup component add rustfmt
``` ```
- [ ] You ran `cargo fmt` on the code base before submitting - [ ] You ran `cargo fmt` on the code base before submitting
- [ ] You reference which issue is being closed in the PR text - [ ] You reference which issue is being closed in the PR text

Loading…
Cancel
Save