Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.53k stars 282 forks source link

Fix clippy 0.1.68 #801

Closed godofdream closed 1 year ago

godofdream commented 1 year ago

I fixed plenty of clippy warnings and errors. I updated the dependencies. Also I replaced some deprecated functions of the parser, humansize, and chrono. The only real change is the sorting function, which should be faster now.

Keats commented 1 year ago

Let's try to not bump the MSRV though so that means removing the inlined args in format!

godofdream commented 1 year ago

what is the current msrv? I would add it as clippy config

Keats commented 1 year ago

https://github.com/Keats/tera/blob/master/.github/workflows/ci.yml#L18

godofdream commented 1 year ago

I'm redoing the pullrequest with a cleaned up branch