lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
2.09k stars 137 forks source link

Disallow trailing `?` in attributes (e.g. `input checked?;`) #316

Open lambda-fairy opened 2 years ago

lambda-fairy commented 2 years ago

The ? was made optional in #238. Let's drop it altogether.

To be precise: we'll still parse it, but emit an error to force its removal.

See #315 for a similar change.