mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-14 18:12:46 +00:00
Update README.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
This commit is contained in:
parent
e8cfa397ed
commit
a6879dbe97
@ -36,7 +36,7 @@ language.
|
||||
* [Visitor](patterns/visitor.md)
|
||||
* [Fold](patterns/fold.md)
|
||||
* [Prefer small crates](patterns/small-crates.md)
|
||||
* [Contain Unsafety in Small Modules](patterns/unsafe-mods.md)
|
||||
* [Contain unsafety in small modules](patterns/unsafe-mods.md)
|
||||
* TODO extension traits
|
||||
* TODO destructor bombs (ensure linear typing dynamically, e.g., https://github.com/Munksgaard/session-types/commit/0f25ccb7c3bc9f65fa8eaf538233e8fe344a189a)
|
||||
* TODO convertible to Foo trait for more generic generics (e.g., http://static.rust-lang.org/doc/master/std/fs/struct.File.html#method.open)
|
||||
|
Loading…
Reference in New Issue
Block a user