Skip to content

0.11.4

Choose a tag to compare

@dhardy dhardy released this 29 Sep 07:54
· 40 commits to master since this release
644334a
  • Bump MSRV to 1.70 (#59)
  • Add feature nightly-diagnostics (#60)
  • Warn on usage of #[autoimpl] for traits where a method has a Self: Sized bound, with opt-out feature allow-trait-autoimpl-with-sized-fn-bound (#60)
  • Let #[autoimpl(Clone, Debug, Default)] support #[cfg] on struct fields, enum variants and variant fields (#59)
  • Let #[autoimpl(Clone, Debug)] support ignore on named enum fields (#59)

New Contributors