mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +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 parser::{self, Cond, Expr, Node, Target, WS};
|
||||||
use path;
|
use path;
|
||||||
|
|
||||||
|
use quote::{Tokens, ToTokens};
|
||||||
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::str;
|
use std::str;
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
|
|
||||||
use syn;
|
use syn;
|
||||||
use quote::{Tokens, ToTokens};
|
|
||||||
|
|
||||||
struct Generator<'a> {
|
struct Generator<'a> {
|
||||||
buf: String,
|
buf: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user