Skip to content

2017-04-29

Compare
Choose a tag to compare
@colin-kiegel colin-kiegel released this 29 Apr 11:35
· 180 commits to master since this release

Fixed

  • for generic structs, apply the T: Clone type bound in builder impl instead of struct definition #91
  • only emit the T: Clone type bound when it is actually needed, i.e. mutable/immutable pattern, but not owned pattern.