diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-02 12:52:47 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-14 18:28:38 +0200 |
commit | 2176aab6425d3350bd9893fdb5bec6b53614a918 (patch) | |
tree | 1e168d5d6692b3613a7f7552c3498f1c7914b8e8 /components/script/dom/htmlfieldsetelement.rs | |
parent | 8979d77e77f58b2061d9cec81a08b7e6bf6c6e6a (diff) | |
download | servo-2176aab6425d3350bd9893fdb5bec6b53614a918.tar.gz servo-2176aab6425d3350bd9893fdb5bec6b53614a918.zip |
Import string_cache::Atom into the attributes' macros
Diffstat (limited to 'components/script/dom/htmlfieldsetelement.rs')
-rw-r--r-- | components/script/dom/htmlfieldsetelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmlfieldsetelement.rs b/components/script/dom/htmlfieldsetelement.rs index 84c6d926bb6..27feed8eb3a 100644 --- a/components/script/dom/htmlfieldsetelement.rs +++ b/components/script/dom/htmlfieldsetelement.rs @@ -20,7 +20,6 @@ use dom::validitystate::ValidityState; use dom::virtualmethods::VirtualMethods; use util::str::{DOMString, StaticStringVec}; -use string_cache::Atom; #[dom_struct] pub struct HTMLFieldSetElement { |