Altair-Bueno / axum-template

Layers, extractors and template engine wrappers for axum based Web MVC applications
https://crates.io/crates/axum-template
MIT License
78 stars 6 forks source link

fix: #32. Add `#[must_use]` to `Render` and `RenderHtml` #33

Closed Altair-Bueno closed 1 year ago

Altair-Bueno commented 1 year ago

The reason for the major version bump is that must_use now outputs a warning that might be a breaking change for some codebases. No other changes are included.