Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.73
- Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint
0.1.72
- Documentation improvements
0.1.71
- Documentation improvements
0.1.69
- Resolve new diverging_sub_expression clippy lint in generated code
0.1.68
- Improve error message if an async fn is written without a function body in an impl block
0.1.67
- Update syn dependency to 2.x
0.1.66
- Set html_root_url attribute
0.1.65
- Fix interaction with rustc's single_use_lifetimes lint (#238, #239)
0.1.64
- Suppress async_yields_async clippy correctness lint in generated code (#236, #237)