From 9a7e1d17f0e054cb9f7eaafeee943a2ec5bc5e26 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 26 Aug 2018 22:54:47 -0700 Subject: [PATCH] Remove unused crates from servo-tidy --- servo-tidy.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index 66dd1e4cc5e..0723999d448 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -14,18 +14,14 @@ lint-scripts = [ # which are packages allowed to use the blocked package. [blocked-packages] rand = [ - "deque", "gaol", "hashglobe", # only uses in tests "ipc-channel", - "num-bigint", "parking_lot_core", "phf_generator", "rayon", "rayon-core", "servo_rand", - "servo-websocket", - "tempdir", "tempfile", "uuid", "ws",