Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.53
- Improve diagnostic / suggested fixes which involve "consider further restricting this bound" (#194)
0.1.52
- Eliminate
clippy::shadow_some
restriction lint from generated code (#184, thanks @c410-f3r)
0.1.51
- Recognize fully elaborated ::core::marker::Trait supertrait bounds (#170, #171, #173)
0.1.50
- Make compatible with
tokio::select
, futures::select
and similar macros (#161)
0.1.49
- Fix for use of
self::
as prefix of a path in expression position (#158)
0.1.48
- Resolve clippy items_after_statements pedantic lint in generated code (#154)
0.1.47
- Support for
impl Trait
in associated types (#152)
0.1.46
- Fix "mismatched types" error in function bodies that perform unsize coercion (#149)
0.1.45
- Resolve clippy let_unit_value pedantic lint in generated code (#147)
0.1.44
- Suppress clippy type_complexity lint on complex type in generated code (#145)