Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkov
Fix name of field in doc comment Trivial doc fix
This commit is contained in:
commit
c3027182d1
1 changed files with 1 additions and 1 deletions
|
@ -1756,7 +1756,7 @@ pub enum PatKind<'hir> {
|
|||
Never,
|
||||
|
||||
/// A tuple pattern (e.g., `(a, b)`).
|
||||
/// If the `..` pattern fragment is present, then `Option<usize>` denotes its position.
|
||||
/// If the `..` pattern fragment is present, then `DotDotPos` denotes its position.
|
||||
/// `0 <= position <= subpats.len()`
|
||||
Tuple(&'hir [Pat<'hir>], DotDotPos),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue