Skip to content

Commit 384b892

Browse files
authored
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.
1 parent e23843e commit 384b892

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/welcome-day-1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This is the first day of Rust Fundamentals. We will cover a lot of ground today:
1414
- Types and type inference.
1515
- Control flow constructs: loops, conditionals, and so on.
1616
- User-defined types: structs and enums.
17-
- Pattern matching: destructuring enums, structs, and arrays.
1817

1918
## Schedule
2019

0 commit comments

Comments
 (0)