Auto merge of #15046 - servo:libloading, r=jdm

Remove libloading from the list of packages that can have duplicated versions.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15046)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-16 07:43:45 -08:00 committed by GitHub
commit 44fa478d7b

View file

@ -30,7 +30,7 @@ rand = [
[ignore]
# Ignored packages with duplicated versions
packages = ["bitflags", "byteorder", "lazy_static", "semver", "libloading"]
packages = ["bitflags", "byteorder", "lazy_static", "semver"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup