cleaning up.

This commit is contained in:
Tom Alexander
2020-05-10 22:40:47 -04:00
parent 68639481f5
commit 7dd824ab4f
3 changed files with 0 additions and 7 deletions

View File

@@ -1,17 +1,13 @@
use crate::parser::KVPair;
use crate::parser::{Filter, RValue};
use crate::renderer::context_element::CastToAny;
use crate::renderer::context_element::CloneIntoBoxedContextElement;
use crate::renderer::context_element::CompareContextElement;
use crate::renderer::context_element::ContextElement;
use crate::renderer::walking::owned_walk_path;
use crate::renderer::walking::walk_path;
use crate::renderer::Loopable;
use crate::renderer::RenderError;
use crate::renderer::Renderable;
use crate::renderer::WalkError;
use crate::renderer::Walkable;
use std::any::Any;
use std::collections::HashMap;
/// Copy the data from an RValue to an Owned struct