auto merge of #12522 : erickt/rust/hash, r=alexcrichton

This patch series does a couple things:

* replaces manual `Hash` implementations with `#[deriving(Hash)]`
* adds `Hash` back to `std::prelude`
* minor cleanup of whitespace and variable names.
This commit is contained in:
bors
2014-02-25 06:41:36 -08:00
14 changed files with 68 additions and 83 deletions

View File

@@ -151,7 +151,6 @@ pub mod container;
pub mod default;
pub mod any;
/* Common data structures */
pub mod option;