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

Minor housekeeping work #310

Closed barafael closed 9 months ago

barafael commented 10 months ago

I study how people use clippy. I found it interesting that this crate actually sets clippy to pedantic by default. There were minor findings, let me know what you think.