Remove pinned nightly toolchain

This commit is contained in:
Sean McArthur
2019-09-26 10:13:20 -07:00
parent 932defd879
commit c238a8b6b2
2 changed files with 0 additions and 2 deletions

View File

@@ -75,7 +75,6 @@ matrix:
# Check rustfmt # Check rustfmt
- name: "rustfmt check" - name: "rustfmt check"
rust: stable rust: stable
env: RUSTUP_TOOLCHAIN="stable"
install: rustup component add rustfmt install: rustup component add rustfmt
script: cargo fmt -- --check script: cargo fmt -- --check

View File

@@ -1 +0,0 @@
nightly-2019-09-09