From da28a0c5806e7e45e7904e85f0375c66d9c4157b Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Mon, 29 Apr 2019 11:30:07 +0200 Subject: [PATCH] Glutin update: ignore rand-core and nix duplicate --- servo-tidy.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index 7b3851ab9a15..169d9e4485dc 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -40,7 +40,9 @@ packages = [ "crossbeam-utils", "digest", "generic-array", + "nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605 "rand", + "rand_core", "unicase", "winapi", ]