aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-11-08 11:51:12 -0500
committerCorey Farwell <coreyf@rwell.org>2016-11-08 11:51:12 -0500
commitfa8e6c14784413a50ef0c6cdd4d261097d3f4c36 (patch)
tree0e304fdc1c17d73dd0a5957aec0d452b8877c8cd
parent04df787299a44b8082f1a0e02114d1a7f8dbd377 (diff)
downloadservo-fa8e6c14784413a50ef0c6cdd4d261097d3f4c36.tar.gz
servo-fa8e6c14784413a50ef0c6cdd4d261097d3f4c36.zip
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
-rw-r--r--servo-tidy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 323df3d8f6a..7992d0ae85c 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -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