diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 43c3cb7..ecee990 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Make sure these boxes are checked! 📦✅ - [ ] You have the latest version of `rustfmt` installed ```bash -$ rustup component add rustfmt-preview --toolchain nightly +$ rustup component add rustfmt ``` - [ ] You ran `cargo fmt` on the code base before submitting - [ ] You reference which issue is being closed in the PR text