Skip to content

Commit

Permalink
Remove unused type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed Nov 15, 2016
1 parent 9f1beaf commit 79e25ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cargo/core/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<CargoResult<Box<Context<'a>>>>;

// Information about the dependencies for a crate, a tuple of:
//
// (dependency info, candidates, features activated)
Expand Down

0 comments on commit 79e25ce

Please sign in to comment.