You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 14:17:34 +02:00
Fix order of standard library slides (#310)
The slides now follow the order on the intro slide.
This commit is contained in:
@ -102,8 +102,8 @@
|
||||
- [match expressions](control-flow/match-expressions.md)
|
||||
- [break & continue](control-flow/break-continue.md)
|
||||
- [Standard Library](std.md)
|
||||
- [String](std/string.md)
|
||||
- [Option and Result](std/option-result.md)
|
||||
- [String](std/string.md)
|
||||
- [Vec](std/vec.md)
|
||||
- [HashMap](std/hashmap.md)
|
||||
- [Box](std/box.md)
|
||||
|
Reference in New Issue
Block a user