From fa8e6c14784413a50ef0c6cdd4d261097d3f4c36 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 8 Nov 2016 11:51:12 -0500 Subject: [PATCH] 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 --- servo-tidy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index 323df3d8f6aa..7992d0ae85cf 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