diff options
-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 = [ |