We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c2205 commit 2fad02dCopy full SHA for 2fad02d
src/project.rs
@@ -439,7 +439,7 @@ pub fn check_dependencies(
439
let path_to_dep_geode;
440
let _geode_info;
441
match (found_in_installed, found_in_index) {
442
- (Found::Some(inst_path, inst_info), Found::Some(_, _)) => {
+ (Found::Some(_, _), Found::Some(inst_path, inst_info)) => {
443
info!("Dependency '{}' found", dep.id);
444
path_to_dep_geode = inst_path;
445
_geode_info = inst_info;
0 commit comments