Skip to content

Conversation

@weiznich
Copy link
Owner

This commit remove #[async_trait::async_trait] wherever possible

It mainly replaces it with the "new" -> impl Future support in traits. There are still a few places that need to continue to use BoxFuture instead due to bugs in rustc.

This commit remove `#[async_trait::async_trait]` wherever possible

It mainly replaces it with the "new" `-> impl Future` support in traits.
There are still a few places that need to continue to use `BoxFuture`
instead due to bugs in rustc.
@weiznich weiznich merged commit c757675 into main Jan 17, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants