mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove unused crates from servo-tidy
This commit is contained in:
parent
da36740f0b
commit
9a7e1d17f0
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue