mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add tidy exceptions for crossbeam-*
This commit is contained in:
parent
f423ede07f
commit
7a09477d64
2 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,7 @@ lint-scripts = [
|
|||
# which are packages allowed to use the blocked package.
|
||||
[blocked-packages]
|
||||
rand = [
|
||||
"crossbeam-channel",
|
||||
"deque",
|
||||
"gaol",
|
||||
"hashglobe", # only uses in tests
|
||||
|
@ -39,6 +40,10 @@ num = [
|
|||
# Ignored packages with duplicated versions
|
||||
packages = [
|
||||
"bitflags",
|
||||
"crossbeam-epoch",
|
||||
"crossbeam-utils",
|
||||
#TODO: remove ipc-channel when #21325 lands
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"rand",
|
||||
"winapi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue