derive: remove duplicated guard

This commit is contained in:
René Kijewski 2025-02-08 19:32:20 +01:00
parent b2ccdd756f
commit b8ac54b83d

View File

@ -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()
};