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:
bors 2019-04-08 05:58:34 +00:00
commit e226f17d52
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -0,0 +1 @@
stable