I think I need to switch back to a vec.
But with all I've built with IntoContextElement and BreadcrumbTreeElement I think the Vec will end up working in the end.
This commit is contained in:
parent
77b842f8de
commit
78bffb5f04
@ -356,13 +356,6 @@ impl<'a> DustRenderer<'a> {
|
||||
}
|
||||
final_filters
|
||||
}
|
||||
|
||||
fn append_new_elements_onto_tree<'b>(
|
||||
original_parent: Option<&'b BreadcrumbTree>,
|
||||
new_elements: Vec<BreadcrumbTreeElement<'b>>,
|
||||
) -> Option<BreadcrumbTree<'b>> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
struct BlockContext<'a> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user