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]
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",