idanarye / rust-typed-builder

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

Fix builder method link of the builder type #126

Closed itchyny closed 10 months ago

itchyny commented 10 months ago

I fixed the builder method link to work with builder_method(name=custom_name). I also fixed for build_method(name=custom_name) as well.