djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.25k stars 213 forks source link

Remove unnecessary allocs of discarded content #1055

Closed GuillaumeGomez closed 1 month ago

GuillaumeGomez commented 2 months ago

Follow-up of https://github.com/djc/askama/pull/1054 (first commit comes from there).

Since the content is discarded, no point into allocating memory for it.