tracing-attributes 0.1.25
·
191 commits
to main
since this release
This release of tracing-attributes fixes the Clippy lint
let_with_type_underscore in code generated by the #[instrument]
attribute in Rust 1.70+.
Fixed
- Allow [
clippy::let_with_type_underscore] in macro-generated code (#2609)
Thanks to @coolreader19 for contributing to this release!