style: Remove unused FnvHashMap re-export.

Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez 2017-09-17 02:00:14 +02:00
parent 162acd6cab
commit efb2019f4c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;