Move hash module from collections to core

This commit is contained in:
Steven Fackler
2014-12-12 18:43:07 -08:00
parent b497f05008
commit 24a8ef63ff
18 changed files with 433 additions and 172 deletions

View File

@@ -64,7 +64,7 @@
html_root_url = "http://doc.rust-lang.org/nightly/")]
#![no_std]
#![feature(lang_items, phase, unsafe_destructor)]
#![feature(lang_items, phase, unsafe_destructor, default_type_params)]
#[phase(plugin, link)]
extern crate core;