tracing-attributes 0.1.25
github-actions
released this
19 Jun 13:55
·
577 commits
to master
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!