mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove SelectorImpl aliases
This commit is contained in:
parent
82b13d50e3
commit
81a3de3299
15 changed files with 78 additions and 85 deletions
|
@ -11,9 +11,6 @@ use std::borrow::Cow;
|
|||
use std::fmt;
|
||||
use string_cache::{Atom, Namespace, WeakAtom, WeakNamespace};
|
||||
|
||||
// FIXME remove
|
||||
pub use self::SelectorImpl as GeckoSelectorImpl;
|
||||
|
||||
/// NOTE: The boolean field represents whether this element is an anonymous box.
|
||||
///
|
||||
/// This is just for convenience, instead of recomputing it. Also, note that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue