djc / askama

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

Remove unneeded `clone` in `write_buf_writable` #958

Closed GuillaumeGomez closed 9 months ago

GuillaumeGomez commented 9 months ago

Title says it all. :)

Kijewski commented 9 months ago

Interesting, why didn't clippy find that needless clone?

GuillaumeGomez commented 9 months ago

Not sure how this is checked in clippy. Might be worth opening an issue there.