mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +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 {
|
||||
block: Some((&block.name, span)),
|
||||
#[cfg(feature = "blocks")]
|
||||
blocks: &[],
|
||||
..self.input.clone()
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user