pydantic / speedate

Fast and simple datetime, date, time and duration parsing for rust.
https://docs.rs/speedate/latest/speedate/
MIT License
199 stars 17 forks source link

Fix clippy errors #30

Closed aminalaee closed 1 year ago

aminalaee commented 1 year ago

Fixes https://github.com/pydantic/speedate/issues/28

Some warnings and errors blocked the build like:

(b'0'..=b'9').contains(c) -> c.is_ascii_digit()

samuelcolvin commented 1 year ago

thanks a lot.