cucumber-rs / cucumber

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
https://cucumber-rs.github.io/cucumber/main
Apache License 2.0
563 stars 69 forks source link

Remove `#[async_trait]` attribute #324

Closed tyranron closed 5 months ago

tyranron commented 5 months ago

Removes usage of #[async_trait] attribute where possible.