File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ impl<'ctx> DependencyResolver<'ctx> {
273273 DependencyVersions :: Path => ( 0 ..1 ) . collect ( ) ,
274274 DependencyVersions :: Registry ( ref _rv) => {
275275 return Err ( Error :: new ( format ! (
276- "Resolution of registry dependency `{}` not yet imlemented " ,
276+ "Resolution of registry dependency `{}` not yet implemented " ,
277277 dep. name
278278 ) ) ) ;
279279 }
@@ -592,7 +592,7 @@ impl<'ctx> DependencyResolver<'ctx> {
592592 State :: Picked ( ids. first ( ) . copied ( ) . unwrap ( ) , ids. clone ( ) )
593593 }
594594 DependencyVersions :: Registry ( ..) => {
595- return Err ( Error :: new ( format ! ( "Version picking for registry dependency `{}` not yet imlemented " , dep. name) ) ) ;
595+ return Err ( Error :: new ( format ! ( "Version picking for registry dependency `{}` not yet implemented " , dep. name) ) ) ;
596596 }
597597 }
598598 }
You can’t perform that action at this time.
0 commit comments