mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rebase and fix up compile errors for rust upgrade.
This commit is contained in:
parent
fe662bbf23
commit
0a0b4c657c
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ use servo_msg::constellation_msg::ConstellationChan;
|
|||
use servo_util::smallvec::{SmallVec1, SmallVec};
|
||||
use servo_util::str::LengthOrPercentageOrAuto;
|
||||
use std::cell::{Cell, RefCell};
|
||||
use std::collections::hashmap::HashMap;
|
||||
use std::collections::HashMap;
|
||||
use std::comm::{Receiver, Sender};
|
||||
use std::io::timer::Timer;
|
||||
use std::rc::Rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue