From 740c30aae84b46970908fc9b5083183bad214f37 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 8 Nov 2018 20:45:47 -0800 Subject: [PATCH] Update servo-tidy.toml --- servo-tidy.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index addfab8963f..6adf31af23b 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -15,14 +15,13 @@ lint-scripts = [ [blocked-packages] num = [] rand = [ - "crossbeam-channel", # Used to initialize a thread-local + "crossbeam-channel", # Used to initialize a thread-local "gaol", "hashglobe", # Only used in tests "ipc-channel", "parking_lot_core", "phf_generator", "rand", - "rayon-core", "servo_rand", "tempfile", "tokio-threadpool",