From efb2019f4c106407cd24781fb78e468227738aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 17 Sep 2017 02:00:14 +0200 Subject: [PATCH] style: Remove unused FnvHashMap re-export. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emilio Cobos Álvarez --- components/style/stylist.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/stylist.rs b/components/style/stylist.rs index 841b7483a8e..0cedabb686a 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -52,8 +52,6 @@ use stylesheets::keyframes_rule::KeyframesAnimation; use stylesheets::viewport_rule::{self, MaybeNew, ViewportRule}; use thread_state; -pub use ::fnv::FnvHashMap; - /// The type of the stylesheets that the stylist contains. #[cfg(feature = "servo")] pub type StylistSheet = ::stylesheets::DocumentStyleSheet;