diff options
-rw-r--r-- | servo-tidy.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |