diff options
| author | Michael Wright <mikerite@lavabit.com> | 2019-04-05 06:00:27 +0200 |
|---|---|---|
| committer | Michael Wright <mikerite@lavabit.com> | 2019-04-05 06:00:27 +0200 |
| commit | 63cd54ba1113337bb528a1e78d55dcf24c547f6b (patch) | |
| tree | 721f3279ce61678570e02572fde6995ee3261cb3 | |
| parent | a9d002c8a53be53aab6c754b011fb699e2f51aa0 (diff) | |
| download | rust-63cd54ba1113337bb528a1e78d55dcf24c547f6b.tar.gz rust-63cd54ba1113337bb528a1e78d55dcf24c547f6b.zip | |
Remove clippy_dev as dev-dependency
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3d36e52d2df..7e61c4e3cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.19", features = ["tmp", "stable"] } libtest = "0.0.1" |
