Stop re-exporting AttrValue.

This commit is contained in:
Ms2ger 2016-06-07 13:15:23 +02:00
parent 858ea2eb9a
commit 684510bc94
28 changed files with 39 additions and 37 deletions

View file

@ -18,7 +18,7 @@ use std::borrow::ToOwned;
use std::cell::Ref;
use std::mem;
use string_cache::{Atom, Namespace};
pub use style::attr::{AttrIdentifier, AttrValue};
use style::attr::{AttrIdentifier, AttrValue};
// https://dom.spec.whatwg.org/#interface-attr
#[dom_struct]