mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 23:35:07 +00:00
derive: remove duplicated guard
This commit is contained in:
parent
b2ccdd756f
commit
b8ac54b83d
@ -238,7 +238,6 @@ impl<'a, 'h> Generator<'a, 'h> {
|
|||||||
|
|
||||||
let input = TemplateInput {
|
let input = TemplateInput {
|
||||||
block: Some((&block.name, span)),
|
block: Some((&block.name, span)),
|
||||||
#[cfg(feature = "blocks")]
|
|
||||||
blocks: &[],
|
blocks: &[],
|
||||||
..self.input.clone()
|
..self.input.clone()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user