aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs
index 185e8cc..491ebcd 100644
--- a/askama/src/lib.rs
+++ b/askama/src/lib.rs
@@ -59,17 +59,10 @@
//! in the configuration file. The default syntax , "default", is the one
//! provided by Askama.
-#![allow(unused_imports)]
#![deny(elided_lifetimes_in_paths)]
-#[macro_use]
-extern crate askama_derive;
pub use askama_shared as shared;
-use std::fs::{self, DirEntry};
-use std::io;
-use std::path::Path;
-
pub use askama_escape::{Html, Text};
/// Main `Template` trait; implementations are generally derived