mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update servo-tidy.toml
This commit is contained in:
parent
bb2c5e387f
commit
740c30aae8
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue