mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Miscellaneous build / tidy fixes.
This commit is contained in:
parent
5158f65810
commit
31e8e418ea
66 changed files with 566 additions and 294 deletions
|
@ -138,15 +138,19 @@ pub type LocalName = crate::values::AtomIdent;
|
|||
#[cfg(feature = "gecko")]
|
||||
pub use crate::gecko_string_cache::Namespace;
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
pub use html5ever::LocalName;
|
||||
#[cfg(feature = "servo")]
|
||||
pub use html5ever::Namespace;
|
||||
#[cfg(feature = "servo")]
|
||||
pub use html5ever::Prefix;
|
||||
#[cfg(feature = "servo")]
|
||||
pub use servo_atoms::Atom;
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
#[allow(missing_docs)]
|
||||
pub type LocalName = crate::values::GenericAtomIdent<html5ever::LocalNameStaticSet>;
|
||||
#[cfg(feature = "servo")]
|
||||
#[allow(missing_docs)]
|
||||
pub type Namespace = crate::values::GenericAtomIdent<html5ever::NamespaceStaticSet>;
|
||||
#[cfg(feature = "servo")]
|
||||
#[allow(missing_docs)]
|
||||
pub type Prefix = crate::values::GenericAtomIdent<html5ever::PrefixStaticSet>;
|
||||
|
||||
pub use style_traits::arc_slice::ArcSlice;
|
||||
pub use style_traits::owned_slice::OwnedSlice;
|
||||
pub use style_traits::owned_str::OwnedStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue