Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed May 27, 2024
1 parent 4596a39 commit bf5a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ pub fn main() -> Result<()> {
&url,
directory,
refs_directory,
refs.into_iter().map(|s| s.into()).collect(),
refs.into_iter().map(Into::into).collect(),
progress,
core::pack::receive::Context {
thread_limit,
Expand Down

0 comments on commit bf5a111

Please sign in to comment.