diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-12-22 18:37:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 18:37:24 -0800 |
commit | f2bcba6970645f8164f4097ba3d241d8480bb757 (patch) | |
tree | 6f877a73665fbfe462e3468f67fe0d64627a32a6 | |
parent | 43a5f65940f85a30ba3f7fb9cbb96b194cde81b6 (diff) | |
download | servo-f2bcba6970645f8164f4097ba3d241d8480bb757.tar.gz servo-f2bcba6970645f8164f4097ba3d241d8480bb757.zip |
servo-tidy.toml cleanup
-rw-r--r-- | servo-tidy.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml index 6482c47eeb7..de8bd7e28ec 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -31,6 +31,7 @@ packages = [ "cgl", "cocoa", "gleam", + "wayland-sys", # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "gl_generator", @@ -44,15 +45,12 @@ packages = [ # https://github.com/servo/servo/issues/24421 "proc-macro2", "quote", + "syn", + "unicode-xid", # These can be removed once servo is updated to surfman 0.2 "surfman", "surfman-chains", - - "syn", - "smallvec", - "unicode-xid", - "wayland-sys", ] # Files that are ignored for all tidy and lint checks. files = [ |