tokio-rs / tracing

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

v0.1.x: clean up warnings #3069

Closed djc closed 1 month ago

djc commented 2 months ago

Motivation

Trying to clean up the proliferation of warnings seen with rustc 1.80 (and --all-features).

(Best reviewed per commit.)

djc commented 2 months ago

@hawkw so do you want to approve this? (I technically seem to have merge privileges, not sure if you want me to use them.)

djc commented 1 month ago

What's the state of master these days? Feels like keeping master for 0.2.x is a little counterproductive if the pace towards actually releasing 0.2.x is low.

kaffarell commented 1 month ago

What's the state of master these days? Feels like keeping master for 0.2.x is a little counterproductive if the pace towards actually releasing 0.2.x is low.

I agree. IMO either we try to release 0.2.x soonish, or we reverse the roles and have 0.1.x -> master and master -> 0.2.x.