mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00

It's an anti-pattern to arbitrarily import enum variant, because it hides typos (`SpellingErrr => {}` will still work), renamed and removed variants.