v2.3.0
See the blog post for this release that describes some of the most notable changes in detail.
Added
- Add support for positional params in
start_fnandfinish_fn(#125)
Fixed
- Forward lint suppression from
#[allow()/expect()]attributes written by the user on the top-level to the generated items (#125) - Suppress the false-positive (clippy issue)
clippy::future_not_sendlint (#125) - Fix the cases where
#[builder(derive(Debug, Clone))]didn't validate for all members to implementClone/Debugif these members were of reference or generic types (#125)