rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.2k stars 254 forks source link

clean clippy warnings #511

Closed gkorland closed 2 years ago

Thomasdezeeuw commented 2 years ago

This breaks the MSRV, so I don't think will be accepted.

KodrAus commented 2 years ago

Hi @gkorland :wave:

Thanks for the PR! Unfortunately @Thomasdezeeuw is right and some of these changes rely on compiler features we can't use in our minimum supported version (which is currently 1.31.0).