From 916564f931d93a61c3e4893a330da3b564f43df8 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 7 Feb 2017 13:42:59 -0800 Subject: [PATCH] Remove lazy_static exception in test-tidy --- servo-tidy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index e51428f80cc..b42cc23b619 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -31,7 +31,7 @@ num = [] [ignore] # Ignored packages with duplicated versions -packages = ["bitflags", "byteorder", "lazy_static", "semver"] +packages = ["bitflags", "byteorder", "semver"] # Files that are ignored for all tidy and lint checks. files = [ # Generated and upstream code combined with our own. Could use cleanup