mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Remove unused FnvHashMap re-export.
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
162acd6cab
commit
efb2019f4c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue