mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
now using external ref_slice instead of the std version
This commit is contained in:
parent
a8cbc28643
commit
1a8db9a07a
7 changed files with 24 additions and 4 deletions
|
@ -51,6 +51,7 @@ use js::jsapi::{JSContext, JSObject, JSRuntime};
|
|||
use layout_interface::{LayoutChan, Msg};
|
||||
use libc::{self, c_void, uintptr_t};
|
||||
use parse::html::parse_html_fragment;
|
||||
use ref_slice::ref_slice;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
use selectors::matching::matches;
|
||||
use selectors::parser::Selector;
|
||||
|
@ -61,7 +62,6 @@ use std::cmp::max;
|
|||
use std::default::Default;
|
||||
use std::iter::{self, FilterMap, Peekable};
|
||||
use std::mem;
|
||||
use std::slice::ref_slice;
|
||||
use std::sync::Arc;
|
||||
use string_cache::{Atom, Namespace, QualName};
|
||||
use style::properties::ComputedValues;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue