colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Document that the builder struct name can be controlled #225

Closed ijackson closed 2 years ago

ijackson commented 2 years ago

I looked for this feature in the docs. Eventually I found a mention of it in #157.

I felt it would be nice for it to be mentioned in the docs (other than the changelog) too :-).

TedDriggs commented 2 years ago

The failure here doesn't seem to be related to this PR; I'm pushing an update to address it, after which a rebase should produce a clean CI run.

TedDriggs commented 2 years ago

@ijackson can you please rebase on master and then force-push?

ijackson commented 2 years ago

Done, sorry for the delay.