소스 검색

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,