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:
Tom Alexander 2020-06-06 21:46:02 -04:00
parent 77b842f8de
commit 78bffb5f04
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -356,13 +356,6 @@ impl<'a> DustRenderer<'a> {
} }
final_filters 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> { struct BlockContext<'a> {