Add tidy exceptions for crossbeam-*

This commit is contained in:
Fernando Jiménez Moreno 2018-09-11 11:49:35 +02:00
parent f423ede07f
commit 7a09477d64
2 changed files with 6 additions and 1 deletions

View file

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