Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
EloyMartinez committed Jan 8, 2025
1 parent 3cec815 commit 7304243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/src/core/v0_19_0/entries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ pub fn update_metadata(repo: &LocalRepository, revision: impl AsRef<str>) -> Res
Ok(())
}

#[allow(clippy::type_complexity)]
fn traverse_and_update(
repo: &LocalRepository,
node: &mut MerkleTreeNode,
Expand Down Expand Up @@ -534,7 +535,7 @@ fn traverse_and_update(

fn process_children(
repo: &LocalRepository,
children: &mut Vec<MerkleTreeNode>,
children: &mut [MerkleTreeNode],
local_counts: &mut HashMap<String, u64>,
local_sizes: &mut HashMap<String, u64>,
num_bytes: &mut u64,
Expand Down

0 comments on commit 7304243

Please sign in to comment.