mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
commit
44fa478d7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue