diff options
Diffstat (limited to 'src/tools/tidy/Cargo.toml')
-rw-r--r-- | src/tools/tidy/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index 96ab42b47..471d78a29 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -9,7 +9,6 @@ cargo_metadata = "0.14" regex = "1" lazy_static = "1" walkdir = "2" -crossbeam-utils = "0.8.0" [[bin]] name = "rust-tidy" |