You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-25 20:29:09 +02:00
Move closures section to beginning of day 2 afternoon (#2854)
This commit is contained in:
@@ -108,6 +108,12 @@
|
||||
# Day 2: Afternoon
|
||||
|
||||
- [Welcome](welcome-day-2-afternoon.md)
|
||||
- [Closures](closures.md)
|
||||
- [Closure Syntax](closures/syntax.md)
|
||||
- [Capturing](closures/capturing.md)
|
||||
- [Closure Traits](closures/traits.md)
|
||||
- [Exercise: Log Filter](closures/exercise.md)
|
||||
- [Solution](closures/solution.md)
|
||||
- [Standard Library Types](std-types.md)
|
||||
- [Standard Library](std-types/std.md)
|
||||
- [Documentation](std-types/docs.md)
|
||||
@@ -118,12 +124,6 @@
|
||||
- [`HashMap`](std-types/hashmap.md)
|
||||
- [Exercise: Counter](std-types/exercise.md)
|
||||
- [Solution](std-types/solution.md)
|
||||
- [Closures](closures.md)
|
||||
- [Closure Syntax](closures/syntax.md)
|
||||
- [Capturing](closures/capturing.md)
|
||||
- [Closure Traits](closures/traits.md)
|
||||
- [Exercise: Log Filter](closures/exercise.md)
|
||||
- [Solution](closures/solution.md)
|
||||
- [Standard Library Traits](std-traits.md)
|
||||
- [Comparisons](std-traits/comparisons.md)
|
||||
- [Operators](std-traits/operators.md)
|
||||
|
Reference in New Issue
Block a user