mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Replace the SelectorImplExt trait with inherent methods.
This commit is contained in:
parent
3b676bc85d
commit
f419db834c
10 changed files with 37 additions and 70 deletions
|
@ -13,7 +13,8 @@ use num_traits::ToPrimitive;
|
|||
use std::ascii::AsciiExt;
|
||||
use std::str::FromStr;
|
||||
use str::{HTML_SPACE_CHARACTERS, read_exponent, read_fraction};
|
||||
use str::{read_numbers, split_commas, split_html_space_chars, str_join};
|
||||
use str::{read_numbers, split_commas, split_html_space_chars};
|
||||
#[cfg(not(feature = "gecko"))] use str::str_join;
|
||||
use string_cache::{Atom, Namespace};
|
||||
use url::Url;
|
||||
use values::specified::Length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue