Remove unused crates from servo-tidy

This commit is contained in:
Alex Touchet 2018-08-26 22:54:47 -07:00 committed by GitHub
parent da36740f0b
commit 9a7e1d17f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,18 +14,14 @@ lint-scripts = [
# which are packages allowed to use the blocked package. # which are packages allowed to use the blocked package.
[blocked-packages] [blocked-packages]
rand = [ rand = [
"deque",
"gaol", "gaol",
"hashglobe", # only uses in tests "hashglobe", # only uses in tests
"ipc-channel", "ipc-channel",
"num-bigint",
"parking_lot_core", "parking_lot_core",
"phf_generator", "phf_generator",
"rayon", "rayon",
"rayon-core", "rayon-core",
"servo_rand", "servo_rand",
"servo-websocket",
"tempdir",
"tempfile", "tempfile",
"uuid", "uuid",
"ws", "ws",