mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Stop re-exporting AttrValue.
This commit is contained in:
parent
858ea2eb9a
commit
684510bc94
28 changed files with 39 additions and 37 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue