From cca69602922ce6e4e9c8bfcbef001e3395c262ea Mon Sep 17 00:00:00 2001 From: data-pup <16364986+data-pup@users.noreply.github.com> Date: Mon, 17 Jun 2019 19:07:55 +0000 Subject: [PATCH] update rustfmt install snippet in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 43c3cb78..ecee990f 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