Skip to content

Commit

Permalink
im-util: Silence unreachable_pub lint on VectorDiffContainerFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 6, 2023
1 parent 434ab0b commit 6906038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eyeball-im-util/src/vector/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ impl<T> VectorDiffContainerOps<T> for Vec<VectorDiff<T>> {
}
}

#[allow(unreachable_pub)]
pub trait VectorDiffContainerFamily {
type Member<T>: VectorDiffContainerOps<T, Family = Self>;
}
Expand Down

0 comments on commit 6906038

Please sign in to comment.