diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-04-10 15:23:50 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-04-25 10:25:21 +0200 |
commit | 8bd2e91cdcce4b3664cd884d881ce673575aa151 (patch) | |
tree | a9945d332968150b6ea53e442aa3f4add1c54050 /servo-tidy.toml | |
parent | 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d (diff) | |
download | servo-8bd2e91cdcce4b3664cd884d881ce673575aa151.tar.gz servo-8bd2e91cdcce4b3664cd884d881ce673575aa151.zip |
Update Webrender
Fixes #20609
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 = [ |