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.
This commit is contained in:
commit
e226f17d52
@ -45,7 +45,6 @@ semver = "0.9"
|
||||
rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
|
||||
|
||||
[dev-dependencies]
|
||||
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
|
||||
cargo_metadata = "0.7.1"
|
||||
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
|
||||
lazy_static = "1.0"
|
||||
|
1
clippy_dev/rust-toolchain
Normal file
1
clippy_dev/rust-toolchain
Normal file
@ -0,0 +1 @@
|
||||
stable
|
Loading…
Reference in New Issue
Block a user