You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-02 05:04:29 +02:00
welcome-day-1: do not claim to cover pattern matching enums/structs (#2739)
Pattern matching is mostly discussed on day 2, so it doesn't merit a bullet here.
This commit is contained in:
committed by
GitHub
parent
e23843e5e3
commit
384b892092
@ -14,7 +14,6 @@ This is the first day of Rust Fundamentals. We will cover a lot of ground today:
|
|||||||
- Types and type inference.
|
- Types and type inference.
|
||||||
- Control flow constructs: loops, conditionals, and so on.
|
- Control flow constructs: loops, conditionals, and so on.
|
||||||
- User-defined types: structs and enums.
|
- User-defined types: structs and enums.
|
||||||
- Pattern matching: destructuring enums, structs, and arrays.
|
|
||||||
|
|
||||||
## Schedule
|
## Schedule
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user