You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscriber(docs): rename trait CollectorExt to CollectExt
The trait being augmented is the 'Collect' trait, so name the trait
that extends it 'CollectExt'.
This is in keeping with the extension trait naming conventions
documented in Rust RFC-445, and also with the spirit of the
discussion in tokio-rs/tracing PR tokio-rs#1015.
0 commit comments