Browse Source

add allow

Evan Almloff 2 năm trước cách đây
mục cha
commit
6f6f6c258f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,