mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Fix typo in target::linux::create_targets_str
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
a686aca08c
commit
d472e8054b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ mod linux {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn create_targets_str(libc_versions: &[&str], abi: &str) -> Vec<String> {
|
fn create_targets_str(libc_versions: &[&str], abi: &str) -> Vec<String> {
|
||||||
libc_version
|
libc_versions
|
||||||
.iter()
|
.iter()
|
||||||
.map(|libc_version| create_target_str(libc_version, abi))
|
.map(|libc_version| create_target_str(libc_version, abi))
|
||||||
.collect()
|
.collect()
|
||||||
|
|
Loading…
Add table
Reference in a new issue