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:
Corey Farwell 2016-11-08 11:51:12 -05:00
parent 04df787299
commit fa8e6c1478

View file

@ -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