diff options
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r-- | servo-tidy.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml index 522aba1e87e..6faea1a8d96 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -39,12 +39,14 @@ num = [ # Ignored packages with duplicated versions packages = [ "bitflags", - "winapi", - "syn", + "itoa", + "log", + "num-traits", "quote", + "rand", + "syn", "unicode-xid", - "log", - "rand" + "winapi", ] # Files that are ignored for all tidy and lint checks. files = [ |