From 75a05f0fff6efdc9c52e46766de6662038889d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 16 Dec 2019 00:01:49 +0100 Subject: [PATCH] Appease tidy. --- servo-tidy.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index c35e180c260..b0d2477edad 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -35,6 +35,12 @@ packages = [ # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "gl_generator", + # Just needs a WR update. + "derive_more", + + # Lots of crates to update. + "smallvec", + # https://github.com/servo/servo/issues/24421 "proc-macro2", "quote",