mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-14 18:12:46 +00:00
fixed link to "Builders" (#56)
This commit is contained in:
parent
ae8a020766
commit
ac98925a6b
@ -94,7 +94,7 @@ as well as the `FooBuilder::new().a().b().finish()` style.
|
||||
|
||||
## See also
|
||||
|
||||
[Description in the style guide](http://doc.rust-lang.org/stable/style/ownership/builders.html)
|
||||
[Description in the style guide](https://doc.rust-lang.org/1.0.0/style/ownership/builders.html)
|
||||
|
||||
[Constructor pattern](../idioms/ctor.md) for when construction is simpler.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user