Combine the render traits into a single context_element file.

This commit is contained in:
Tom Alexander
2020-04-28 19:09:02 -04:00
parent 41ad6179d1
commit c961cf7ab8
5 changed files with 13 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
use crate::renderer::walkable::ContextElement;
use crate::renderer::context_element::ContextElement;
use std::error;
use std::fmt;