djc / askama

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

Add `deref` builtin filter #1021

Closed GuillaumeGomez closed 4 months ago

GuillaumeGomez commented 4 months ago

Since we have as_ref, sometimes it's better to remove references than to add more. :)

GuillaumeGomez commented 4 months ago

I think something is missing here? Nothing is happening. ^^'

cc @djc

Kijewski commented 4 months ago

Huh, yeah, I too can only activate automerge, but can't manually merge the PR. I didn't even know that automerge was a thing. :D

Kijewski commented 4 months ago

Argh, find the error:

(green circle might be related)

GuillaumeGomez commented 4 months ago

Dark magic. Good catch! :)