Skip to content

Commit 3cd1acc

Browse files
committed
Roll toolchain back to avoid a known ICE.
Should be able to roll forward when rust-lang/rust#61872 is in a nightly.
1 parent e9761ca commit 3cd1acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ watch --clear
4444
-x fmt
4545
-x check-core
4646
-x test-core
47-
-x clippy-core
4847
-x bench-core
4948
"""
49+
# -x clippy-core

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-06-09
1+
nightly-2019-06-04

0 commit comments

Comments
 (0)