From 5bdb0da65713c5bf43873650ec673b955516edc6 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Wed, 22 May 2019 09:45:57 +0200 Subject: [PATCH] Glutin update: ignore gl_generator duplicate --- servo-tidy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index 169d9e4485dc..ee9c37ea40f1 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -40,6 +40,7 @@ packages = [ "crossbeam-utils", "digest", "generic-array", + "gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605 "rand", "rand_core",