tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.2k stars 677 forks source link

Document that `OffsetTime::local_rfc_3339()` requires the `local-time` feature #2907

Open jwodder opened 4 months ago

jwodder commented 4 months ago

I was trying to use this method in my own code, but clippy kept saying it didn't exist despite me enabling the "time" feature, and felt like I was having a stroke until I checked the source and saw that this particular method also needs "local-time".