desugar -> destructure
wrong de- word.
This commit is contained in:
parent
51d0d06410
commit
eb28237195
1 changed files with 1 additions and 1 deletions
|
@ -4063,7 +4063,7 @@ match x {
|
|||
}
|
||||
```
|
||||
|
||||
If you have a struct, you can desugar it inside of a pattern:
|
||||
If you have a struct, you can destructure it inside of a pattern:
|
||||
|
||||
```{rust}
|
||||
struct Point {
|
||||
|
|
Loading…
Reference in a new issue