diff options
Diffstat (limited to 'src/render.rs')
-rw-r--r-- | src/render.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render.rs b/src/render.rs index ea198c31de3a..223a3bd4524f 100644 --- a/src/render.rs +++ b/src/render.rs @@ -26,12 +26,10 @@ use errors::*; use std::fmt; use md5; use models::*; -use tera::Tera; use chrono::prelude::{DateTime, Utc}; use comrak::{ComrakOptions, markdown_to_html}; pub struct Renderer { - pub tera: Tera, pub comrak: ComrakOptions, } |