mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Remove libloading from the list of packages that can have duplicated versions.
This commit is contained in:
parent
9cd1b861ec
commit
3926ec7196
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