diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-25 21:55:05 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-03 10:25:23 -0800 |
| commit | 4bea679dbe3ba98049ac700d84ad48271753ce40 (patch) | |
| tree | 59e197f0318733d8034b2e516d237d802f8e3fa4 /src/libstd/lib.rs | |
| parent | 5ff7b283731b795930d1e6782ae1639c83595e91 (diff) | |
| download | rust-4bea679dbe3ba98049ac700d84ad48271753ce40.tar.gz rust-4bea679dbe3ba98049ac700d84ad48271753ce40.zip | |
Remove std::either
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 442c7f3f856..6126b73e28f 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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; |
