mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
add allow
This commit is contained in:
parent
4db3d8ff40
commit
6f6f6c258f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue