mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-04 18:00:27 +00:00
Fix 404 (#125)
This commit is contained in:
parent
de7519f5d9
commit
b5e755dd80
@ -8,7 +8,7 @@ If overused, design patterns can add unnecessary complexity to programs. However
|
||||
|
||||
## Design patterns in Rust
|
||||
|
||||
Rust has many very unique features. These features give us great benefit by removing whole classes of problems. For more about this, read why [Rust rocks](/rust_rocks.md)! Some of them are also patterns that are _unique_ to Rust.
|
||||
Rust has many very unique features. These features give us great benefit by removing whole classes of problems. Some of them are also patterns that are _unique_ to Rust.
|
||||
|
||||
## YAGNI
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user