Skip to content

2017-04-08

Compare
Choose a tag to compare
@colin-kiegel colin-kiegel released this 08 Apr 21:09
· 286 commits to master since this release

Deprecated

  • #[builder(default)] and #[builder(default="...")] at the struct level will
    change their behaviour in 0.5.0 and construct a default value for the struct,
    instead of all fields individually. To opt into the new behaviour and squelch
    this deprecation warning you can add the struct_default feature flag.