idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
922 stars 52 forks source link

Builder method name only changes the successful build method #78

Closed FlixCoder closed 1 year ago

FlixCoder commented 1 year ago

When specifying a name for the build method, the build method's name is changed accordingly, but the deprecated/failing buiild methods, where a field is missing, are not renamed. It is really not that big of a deal, but probably not as it is intended to be.