From ae51e98d664320073199793d0920a95555c42e3f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Oct 2022 19:54:52 -0400 Subject: [PATCH] Remove duplicate smallvec allowance. --- servo-tidy.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index e5bfa190964..2bbc57dba53 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -83,9 +83,6 @@ packages = [ # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "gl_generator", - # Lots of crates to update. - "smallvec", - # https://github.com/servo/servo/pull/25518 "core-foundation", "core-foundation-sys",