Glutin update: ignore rand-core and nix duplicate

This commit is contained in:
Paul Rouget 2019-04-29 11:30:07 +02:00 committed by Josh Matthews
parent 1758207393
commit 7f61160277

View file

@ -40,7 +40,9 @@ packages = [
"crossbeam-utils",
"digest",
"generic-array",
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
"rand",
"rand_core",
"unicase",
]
# Files that are ignored for all tidy and lint checks.