Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.85
- Omit
Self: 'async_trait
bound in impl when not needed by signature (#284)
0.1.84
- Support
impl Trait
in return type (#282)
0.1.83
- Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
0.1.82
- Prevent elided_named_lifetimes lint being produced in generated code (#276)
0.1.81
- Turn off unneeded features of
syn
dependency (#272, thanks @klensy)
0.1.80
- Fix unreachable code warning for async functions that return
!
(#265, thanks @de-vri-es)
0.1.78
- Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
0.1.77
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.76
- Documentation improvements