mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Export fnv's FnvHashMap, instead of rewriting it.
This commit is contained in:
parent
121b718e99
commit
082866aba6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ use style_traits::viewport::ViewportConstraints;
|
|||
use stylesheets::{CssRule, Origin, StyleRule, Stylesheet, UserAgentStylesheets};
|
||||
use viewport::{self, MaybeNew, ViewportRule};
|
||||
|
||||
pub type FnvHashMap<K, V> = HashMap<K, V, BuildHasherDefault<::fnv::FnvHasher>>;
|
||||
pub use ::fnv::FnvHashMap;
|
||||
|
||||
/// This structure holds all the selectors and device characteristics
|
||||
/// for a given document. The selectors are converted into `Rule`s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue