0.1.18 (October 5, 2021)
This release fixes issues introduced in v0.1.17.
Fixed
- fixed mismatched types compiler error that may occur when using
#[instrument]
on anasync fn
that returns animpl Trait
value
that includes a closure (#1616) - fixed false positives for
clippy::suspicious_else_formatting
warnings due to rust-lang/rust-clippy#7760 and
rust-lang/rust-clippy#6249 (#1617) - fixed
clippy::let_unit_value
lints when using#[instrument]
(#1614)