diff options
Diffstat (limited to 'components/style/gecko_string_cache/namespace.rs')
-rw-r--r-- | components/style/gecko_string_cache/namespace.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/gecko_string_cache/namespace.rs b/components/style/gecko_string_cache/namespace.rs index aad7b030267..34f275a2af1 100644 --- a/components/style/gecko_string_cache/namespace.rs +++ b/components/style/gecko_string_cache/namespace.rs @@ -4,12 +4,12 @@ //! A type to represent a namespace. -use gecko_bindings::structs::nsAtom; +use crate::gecko_bindings::structs::nsAtom; +use crate::string_cache::{Atom, WeakAtom}; use precomputed_hash::PrecomputedHash; use std::borrow::Borrow; use std::fmt; use std::ops::Deref; -use string_cache::{Atom, WeakAtom}; #[macro_export] macro_rules! ns { |