Silence Clippy type complexity complaint.

This commit is contained in:
Kris Nuttycombe 2025-02-19 08:38:09 -07:00
parent 1d7cd427f0
commit 1ad56addf7
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ fn combine_with_empty<H: Hashable + Clone + PartialEq>(
// and in position order. Returns the resulting tree, a flag indicating whether the
// resulting tree contains a `MARKED` node, and the vector of [`IncompleteAt`] values for
// [`Node::Nil`] nodes that were introduced in the process of constructing the tree.
#[allow(clippy::type_complexity)]
fn build_minimal_tree<H: Hashable + Clone + PartialEq>(
mut xs: Vec<(LocatedPrunableTree<H>, bool)>,
root_addr: Address,