1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-16 23:55:42 +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:
Frances Wingerter 2025-05-06 15:54:39 +00:00 committed by GitHub
parent e23843e5e3
commit 384b892092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@ This is the first day of Rust Fundamentals. We will cover a lot of ground today:
- Types and type inference.
- Control flow constructs: loops, conditionals, and so on.
- User-defined types: structs and enums.
- Pattern matching: destructuring enums, structs, and arrays.
## Schedule