mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix unused warning
This commit is contained in:
parent
7ee6294922
commit
bcd4d166ac
4 changed files with 0 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2773,7 +2773,6 @@ dependencies = [
|
||||||
"cssparser 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cssparser 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -17,7 +17,6 @@ app_units = "0.4"
|
||||||
cssparser = {version = "0.11", features = ["heapsize"]}
|
cssparser = {version = "0.11", features = ["heapsize"]}
|
||||||
euclid = "0.11"
|
euclid = "0.11"
|
||||||
html5ever-atoms = "0.2"
|
html5ever-atoms = "0.2"
|
||||||
matches = "0.1"
|
|
||||||
owning_ref = "0.2.2"
|
owning_ref = "0.2.2"
|
||||||
parking_lot = "0.3"
|
parking_lot = "0.3"
|
||||||
rayon = "0.6"
|
rayon = "0.6"
|
||||||
|
|
|
@ -9,7 +9,6 @@ extern crate app_units;
|
||||||
extern crate cssparser;
|
extern crate cssparser;
|
||||||
extern crate euclid;
|
extern crate euclid;
|
||||||
#[macro_use] extern crate html5ever_atoms;
|
#[macro_use] extern crate html5ever_atoms;
|
||||||
#[macro_use] extern crate matches;
|
|
||||||
extern crate owning_ref;
|
extern crate owning_ref;
|
||||||
extern crate parking_lot;
|
extern crate parking_lot;
|
||||||
extern crate rayon;
|
extern crate rayon;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
use std::borrow::Cow;
|
|
||||||
use style::str::{split_html_space_chars, str_join};
|
use style::str::{split_html_space_chars, str_join};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue