Merge branch 'master' into tidy

This commit is contained in:
Alex Touchet 2018-09-11 09:06:42 -07:00 committed by GitHub
commit 025b5550fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2805 changed files with 67337 additions and 36455 deletions

View file

@ -14,6 +14,7 @@ lint-scripts = [
# which are packages allowed to use the blocked package.
[blocked-packages]
rand = [
"crossbeam-channel",
"gaol",
"hashglobe", # only uses in tests
"ipc-channel",
@ -35,10 +36,15 @@ num = [
# Ignored packages with duplicated versions
packages = [
"bitflags",
"crossbeam-epoch",
"crossbeam-utils",
#TODO: remove ipc-channel when #21325 lands
"ipc-channel",
"log",
"rand",
"winapi",
# TODO: remove slab when #21426 lands
"slab",
"syn",
"quote",
"proc-macro2",