浏览代码

add allow

Evan Almloff 2 年之前
父节点
当前提交
6f6f6c258f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,