mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove lazy_static exception in test-tidy
This commit is contained in:
parent
b1b9fe2a52
commit
916564f931
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue