mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
Clean up use statements in code generator
This commit is contained in:
parent
aadc4a9aa2
commit
946e8c7587
@ -1,10 +1,13 @@
|
||||
use parser::{self, Cond, Expr, Node, Target, WS};
|
||||
use path;
|
||||
|
||||
use quote::{Tokens, ToTokens};
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::str;
|
||||
use std::collections::HashSet;
|
||||
|
||||
use syn;
|
||||
use quote::{Tokens, ToTokens};
|
||||
|
||||
struct Generator<'a> {
|
||||
buf: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user