Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
6f6f6c258f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/native-core/src/tree.rs

+ 1 - 0
packages/native-core/src/tree.rs

@@ -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,