We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f1beaf + 79e25ce commit a3d86ddCopy full SHA for a3d86dd
src/cargo/core/resolver/mod.rs
@@ -98,11 +98,6 @@ pub enum Method<'a> {
98
},
99
}
100
101
-// Err(..) == standard transient error (e.g. I/O error)
102
-// Ok(Err(..)) == resolve error, but is human readable
103
-// Ok(Ok(..)) == success in resolving
104
-type ResolveResult<'a> = CargoResult<CargoResult<Box<Context<'a>>>>;
105
-
106
// Information about the dependencies for a crate, a tuple of:
107
//
108
// (dependency info, candidates, features activated)
0 commit comments