Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Jan 9, 2023
1 parent 621b1aa commit 8ccc27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/binstalk/src/fetchers/gh_crate_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl super::Fetcher for GhCrateMeta {

let mut handles = FuturesUnordered::new();

// Iterate over pkg_urls to avoid String::clone.
// Iterate over pkg_urls first to avoid String::clone.
for pkg_url in pkg_urls {
// Clone iter pkg_fmts to ensure all pkg_fmts is
// iterated over for each pkg_url, which is
Expand Down

0 comments on commit 8ccc27b

Please sign in to comment.