Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv
Fix link in `if let` docs r? @steveklabnik
This commit is contained in:
commit
e583b6a605
@ -1,6 +1,6 @@
|
||||
# if let
|
||||
|
||||
`if let` permits [patterns][pattern] matching within the condition of an [if][if] statement.
|
||||
`if let` permits [patterns][patterns] matching within the condition of an [if][if] statement.
|
||||
This allows us to reduce the overhead of certain kinds of [pattern][patterns] matches
|
||||
and express them in a more convenient way.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user