rust-lang / log

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

Avoid unnecessary cloning #572

Closed EFanZh closed 2 months ago

KodrAus commented 2 months ago

Just coming back through some triage. It's not entirely clear what benefit this gives us and the state of the code has changed in the meantime. I'll go ahead and close this one, but please feel free to open any new PRs with any optimizations on the current state of the code.

Thanks @EFanZh!