Skip to content

Commit e226f17

Browse files
committed
Auto merge of #3885 - mikerite:clippy_dev_toolchain, r=phansch
Add rust-toolchain for clippy_dev AFAIK, `clippy_dev` is supposed to be built on stable. (This is why it's not a `[bin]` inside the root `Cargo.toml`.) This adds a `rust-toolchain` file for easy switching.
2 parents 0849f73 + 63cd54b commit e226f17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ semver = "0.9"
4545
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4646

4747
[dev-dependencies]
48-
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
4948
cargo_metadata = "0.7.1"
5049
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
5150
lazy_static = "1.0"

clippy_dev/rust-toolchain

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stable

0 commit comments

Comments
 (0)