1
Fork 0

auto merge of #11149 : alexcrichton/rust/remove-either, r=brson

Had to change some stuff in typeck to bootstrap (getting methods in fmt off of Either), but other than that not so painful.

Closes #9157
This commit is contained in:
bors 2014-01-03 12:16:48 -08:00
commit 08321f1c49
18 changed files with 114 additions and 341 deletions

View file

@ -148,7 +148,6 @@ pub mod any;
pub mod option;
pub mod result;
pub mod either;
pub mod hashmap;
pub mod cell;
pub mod trie;