From: Seo Sanghyeon Date: Tue, 15 Nov 2016 12:49:41 +0000 (+0900) Subject: Remove unused type aliases X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=79e25ce73da90361edc26321e6b8807ce3fda588;p=cargo.git Remove unused type aliases --- diff --git a/src/cargo/core/resolver/mod.rs b/src/cargo/core/resolver/mod.rs index 9cc723d69..fab8934bc 100644 --- a/src/cargo/core/resolver/mod.rs +++ b/src/cargo/core/resolver/mod.rs @@ -98,11 +98,6 @@ pub enum Method<'a> { }, } -// Err(..) == standard transient error (e.g. I/O error) -// Ok(Err(..)) == resolve error, but is human readable -// Ok(Ok(..)) == success in resolving -type ResolveResult<'a> = CargoResult>>>; - // Information about the dependencies for a crate, a tuple of: // // (dependency info, candidates, features activated)