diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-09-03 15:55:14 -0500 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-09-08 11:13:44 +0200 |
| commit | ffe21e58a07816fd1e2492abce2620113a7dc6e3 (patch) | |
| tree | a93c452a510278b46401d43bdc59ef190ae385fa | |
| parent | 5458358461ffd70c069fe1fee514c7e2abcbde4f (diff) | |
| download | rust-ffe21e58a07816fd1e2492abce2620113a7dc6e3.tar.gz rust-ffe21e58a07816fd1e2492abce2620113a7dc6e3.zip | |
Remove unused dependencies
| -rw-r--r-- | clippy_utils/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index ffc89be0ae5..4c038a99795 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -6,10 +6,6 @@ publish = false [dependencies] if_chain = "1.0.0" -itertools = "0.9" -regex-syntax = "0.6" -serde = { version = "1.0", features = ["derive"] } -unicode-normalization = "0.1" rustc-semver="1.1.0" [features] |
