From 8606af410428525bd9dc3faf6c9d1da6c569491f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 22 May 2019 14:18:33 -0400 Subject: [PATCH] Revert "Glutin update: ignore rand-core and nix duplicate" This reverts commit da28a0c5806e7e45e7904e85f0375c66d9c4157b. --- servo-tidy.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/servo-tidy.toml b/servo-tidy.toml index 169d9e4485d..7b3851ab9a1 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -40,9 +40,7 @@ packages = [ "crossbeam-utils", "digest", "generic-array", - "nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605 "rand", - "rand_core", "unicase", "winapi", ]