Update servo-tidy.toml

This commit is contained in:
Alex Touchet 2018-11-08 20:45:47 -08:00 committed by GitHub
parent bb2c5e387f
commit 740c30aae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,13 @@ lint-scripts = [
[blocked-packages] [blocked-packages]
num = [] num = []
rand = [ rand = [
"crossbeam-channel", # Used to initialize a thread-local "crossbeam-channel", # Used to initialize a thread-local
"gaol", "gaol",
"hashglobe", # Only used in tests "hashglobe", # Only used in tests
"ipc-channel", "ipc-channel",
"parking_lot_core", "parking_lot_core",
"phf_generator", "phf_generator",
"rand", "rand",
"rayon-core",
"servo_rand", "servo_rand",
"tempfile", "tempfile",
"tokio-threadpool", "tokio-threadpool",