HashMap has moved to collections instead of std

This commit is contained in:
Robert Straw
2014-02-24 10:12:12 -06:00
parent 5e0970fc21
commit 33dbcb765d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::hashmap::HashMap;
use collections::hashmap::HashMap;
use std::num::FromPrimitive;
use std::ptr;
use std::str;
+2
View File
@@ -6,6 +6,8 @@
#[feature(globs)];
extern crate collections;
pub use sdl::*;
#[path = "generated/keycode.rs"]
pub mod keycode;