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:
commit
25d68366b7
14 changed files with 68 additions and 83 deletions
|
@ -151,7 +151,6 @@ pub mod container;
|
|||
pub mod default;
|
||||
pub mod any;
|
||||
|
||||
|
||||
/* Common data structures */
|
||||
|
||||
pub mod option;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue