Remove lazy_static exception in test-tidy

This commit is contained in:
Matt Brubeck 2017-02-07 13:42:59 -08:00
parent b1b9fe2a52
commit 916564f931

View file

@ -31,7 +31,7 @@ num = []
[ignore] [ignore]
# Ignored packages with duplicated versions # 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 that are ignored for all tidy and lint checks.
files = [ files = [
# Generated and upstream code combined with our own. Could use cleanup # Generated and upstream code combined with our own. Could use cleanup