Get rid of the CloneIntoBoxedContextElement trait for now because I don't know if its still going to be necessary with this overhaul.

This commit is contained in:
Tom Alexander
2020-05-31 18:31:49 -04:00
parent b8b4759d45
commit 15c8e3bf28
2 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ mod renderer;
mod tree_walking;
mod walking;
pub use context_element::CloneIntoBoxedContextElement;
// pub use context_element::CloneIntoBoxedContextElement;
pub use context_element::CompareContextElement;
pub use context_element::ContextElement;
pub use context_element::IntoContextElement;