mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add 'semver' crate to mismatched version whitelist.
clippy uses semver==0.2.x rustc-version uses semver==0.1.x https://github.com/Kimundi/rustc-version-rs/pull/5
This commit is contained in:
parent
04df787299
commit
fa8e6c1478
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ check-ordered-json-keys = [
|
|||
|
||||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = ["bitflags", "lazy_static"]
|
||||
packages = ["bitflags", "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