You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27: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)
|
- [match expressions](control-flow/match-expressions.md)
|
||||||
- [break & continue](control-flow/break-continue.md)
|
- [break & continue](control-flow/break-continue.md)
|
||||||
- [Standard Library](std.md)
|
- [Standard Library](std.md)
|
||||||
- [String](std/string.md)
|
|
||||||
- [Option and Result](std/option-result.md)
|
- [Option and Result](std/option-result.md)
|
||||||
|
- [String](std/string.md)
|
||||||
- [Vec](std/vec.md)
|
- [Vec](std/vec.md)
|
||||||
- [HashMap](std/hashmap.md)
|
- [HashMap](std/hashmap.md)
|
||||||
- [Box](std/box.md)
|
- [Box](std/box.md)
|
||||||
|
Reference in New Issue
Block a user