All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.10 (2024-02-22)
0.2.9 (2024-01-31)
- support
async fn
in traits (282eb76)
0.2.8 (2024-01-30)
0.2.7 (2023-02-01)
- allow
maybe_async
on static (a08b112)
- applying to pub(crate) trait fail (8cf762f)
0.2.6 (2021-05-28)
0.2.5 (2021-05-28)
- remove async test if condition not match (0c49246)
0.2.4 (2021-03-28)
- replace generic type of Future with Output (f296cc0)
- search trait bound that ends with
Future
(3508ff2)
0.2.3 (2021-03-27)
- enable full feature gate for syn (614c085)
0.2.2 (2020-10-19)
- avoid extra parenthesis and braces (8d146f9)
- remove parenthesis wrap in await (bc5f460)
- wrap await expr into block instead of paren (5c4232a)
0.2.1 (2020-10-05)
- allow unused_paren when convert to sync (242ded2)