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
### Changed
- Replaced use of `inner_local_macros` with `$crate::` (#729)
### Added
- `must_use` warning to guards returned by `dispatcher::set_default`
(#686)
- `fmt::Debug` impl to `dyn Value`s (#696)
- Functions to convert between `span::Id` and `NonZeroU64` (#770)
- More obvious warnings in documentation (#769)
### Fixed
- Compiler error when `tracing-core/std` feature is enabled but
`tracing/std` is not (#760)
- Clippy warning on vtable address comparison in `callsite::Identifier`
(#749)
- Documentation formatting issues (#715, #771)
Thanks to @bkchr, @majecty, @taiki-e, @nagisa, and @nvzqz for
contributing to this release!
0 commit comments