|
|
@ -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 |
|
|
|