This allows new contributors to avoid manually running `rustup override set nightly`.master
parent
51e6351c28
commit
87b4c5c7b1
@ -1,12 +1,10 @@ |
|||||||
Make sure these boxes are checked! 📦✅ |
Make sure these boxes are checked! 📦✅ |
||||||
|
|
||||||
- [ ] You have the latest version of `rustfmt` installed and have your |
- [ ] You have the latest version of `rustfmt` installed |
||||||
cloned directory set to nightly |
|
||||||
```bash |
```bash |
||||||
$ rustup override set nightly |
|
||||||
$ rustup component add rustfmt-preview --toolchain nightly |
$ rustup component add rustfmt-preview --toolchain nightly |
||||||
``` |
``` |
||||||
- [ ] You ran `rustfmt` 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 |
||||||
|
|
||||||
✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨ |
✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨ |
||||||
|
@ -0,0 +1 @@ |
|||||||
|
nightly |
Loading…
Reference in new issue