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:
commit
08321f1c49
18 changed files with 114 additions and 341 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue