mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-14 18:12:46 +00:00
Mark entry pattern as boilerplate
This commit is contained in:
parent
33fc597e7e
commit
82439a6a82
@ -32,7 +32,7 @@ language.
|
||||
* TODO iterators (to safely avoid bounds checks)
|
||||
* TODO closures and lifetimes (coupling to lifetime)
|
||||
* TODO platform-specific sub-modules (https://github.com/rust-lang/rfcs/blob/master/text/0517-io-os-reform.md#platform-specific-opt-in)
|
||||
* [Entry API](patterns/entry.md)
|
||||
* [Entry API](patterns/entry.md) (Currently just a boilerplate)
|
||||
* [Visitor](patterns/visitor.md)
|
||||
* [Fold](patterns/fold.md)
|
||||
* [Prefer small crates](patterns/small-crates.md)
|
||||
|
Loading…
Reference in New Issue
Block a user