Removing unused imports

This commit is contained in:
Tom Alexander 2020-04-12 21:44:38 -04:00
parent d813a66610
commit 70cb107f86
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ use crate::renderer::renderable::Renderable;
use crate::renderer::walkable::ContextElement;
use crate::renderer::walkable::Walkable;
use std::collections::HashMap;
use std::error::Error;
use std::ops::Index;
#[derive(Clone, Debug)]
pub struct CompiledTemplate<'a> {