Skip to content

Commit 8f9e44d

Browse files
jofasweihanglo
andauthored
Update src/cargo/core/compiler/compilation.rs
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
1 parent 28ec9b1 commit 8f9e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/compilation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ fn get_sysroot_target_libdir(
406406
.clone(),
407407
))
408408
})
409-
.collect::<CargoResult<HashMap<_, _>>>()
409+
.collect()
410410
}
411411

412412
fn target_runner(

0 commit comments

Comments
 (0)