mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Rust upgrades
This commit is contained in:
parent
caf1ed9446
commit
bbac8aa5c3
130 changed files with 1236 additions and 985 deletions
|
@ -11,7 +11,7 @@ use dom::eventdispatcher::dispatch_event;
|
|||
use dom::node::NodeTypeId;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
use std::hashmap::HashMap;
|
||||
use collections::hashmap::HashMap;
|
||||
|
||||
#[deriving(Eq,Encodable)]
|
||||
pub enum ListenerPhase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue