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!