Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 13:38
· 4 commits to master since this release
469e232

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_fn and finish_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_send lint (#125)
  • Fix the cases where #[builder(derive(Debug, Clone))] didn't validate for all members to implement Clone/Debug if these members were of reference or generic types (#125)