Skip to content

Commit

Permalink
thanks clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 20, 2024
1 parent 206f5d7 commit 2d1fbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gix-pack/src/bundle/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ fn resolve_entry(range: data::EntryRange, mapped_file: &memmap2::Mmap) -> Option
mapped_file.get(range.start as usize..range.end as usize)
}

#[allow(clippy::type_complexity)] // cannot typedef impl Fn
fn new_pack_file_resolver(
data_file: SharedTempFile,
) -> io::Result<(
Expand Down

0 comments on commit 2d1fbce

Please sign in to comment.