1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 17:23:01 +02:00

Move generics to day 2 afternoon ()

This commit is contained in:
Nicole L 2024-04-17 16:24:49 -07:00 committed by GitHub
parent f1692ef5d9
commit bb47529cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,6 +89,10 @@
- [Deriving](methods-and-traits/deriving.md)
- [Exercise: Generic Logger](methods-and-traits/exercise.md)
- [Solution](methods-and-traits/solution.md)
# Day 2: Afternoon
- [Welcome](welcome-day-2-afternoon.md)
- [Generics](generics.md)
- [Generic Functions](generics/generic-functions.md)
- [Generic Data Types](generics/generic-data.md)
@ -97,10 +101,6 @@
- [`impl Trait`](generics/impl-trait.md)
- [Exercise: Generic `min`](generics/exercise.md)
- [Solution](generics/solution.md)
# Day 2: Afternoon
- [Welcome](welcome-day-2-afternoon.md)
- [Standard Library Types](std-types.md)
- [Standard Library](std-types/std.md)
- [Documentation](std-types/docs.md)