add allow

This commit is contained in:
Evan Almloff 2023-01-01 18:56:39 -06:00
parent 4db3d8ff40
commit 6f6f6c258f

View file

@ -158,6 +158,7 @@ pub trait TreeViewMut<T>: Sized + TreeView<T> {
fn node_parent_mut(&mut self, id: NodeId) -> Option<(&mut T, Option<&mut T>)>;
#[allow(clippy::type_complexity)]
fn node_parent_children_mut(
&mut self,
id: NodeId,