Import string_cache::Atom into the attributes' macros

This commit is contained in:
Anthony Ramine 2015-05-02 12:52:47 +02:00
parent 8979d77e77
commit 2176aab642
9 changed files with 9 additions and 20 deletions

View file

@ -12,7 +12,6 @@ use dom::element::ElementTypeId;
use dom::htmlelement::{HTMLElement, HTMLElementTypeId};
use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
use string_cache::Atom;
#[dom_struct]
pub struct HTMLMetaElement {