Skip to content

tracing-attributes 0.1.25

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 13:55
· 558 commits to master since this release
tracing-attributes-0.1.25
02a0bad

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!