1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-14 17:00:03 +02:00

Fix order of standard library slides (#310)

The slides now follow the order on the intro slide.
This commit is contained in:
Martin Geisler 2023-01-31 21:04:17 +01:00 committed by GitHub
parent fd65ff0f0c
commit dee5e654c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)