aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/generator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'askama_derive/src/generator.rs')
-rw-r--r--askama_derive/src/generator.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/askama_derive/src/generator.rs b/askama_derive/src/generator.rs
index f990330..f8b9ecb 100644
--- a/askama_derive/src/generator.rs
+++ b/askama_derive/src/generator.rs
@@ -244,8 +244,7 @@ fn find_used_templates(
mod _parsed {
use std::mem;
- use crate::config::Syntax;
- use crate::parser::{parse, Node};
+ use crate::parser::{parse, Node, Syntax};
use crate::CompileError;
pub(super) struct Parsed {