File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ pub enum Pat_ {
417
417
/// set (of "PatIdents that refer to nullary enums")
418
418
PatIdent ( BindingMode , Spanned < Ident > , Option < P < Pat > > ) ,
419
419
420
- /// "None" means a * pattern where we don't bind the fields to names.
420
+ /// "None" means a `Variant(..)` pattern where we don't bind the fields to names.
421
421
PatEnum ( Path , Option < Vec < P < Pat > > > ) ,
422
422
423
423
/// An associated const named using the qualified path `<T>::CONST` or
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ pub enum Pat_ {
593
593
/// set (of "PatIdents that refer to nullary enums")
594
594
PatIdent ( BindingMode , SpannedIdent , Option < P < Pat > > ) ,
595
595
596
- /// "None" means a * pattern where we don't bind the fields to names.
596
+ /// "None" means a `Variant(..)` pattern where we don't bind the fields to names.
597
597
PatEnum ( Path , Option < Vec < P < Pat > > > ) ,
598
598
599
599
/// An associated const named using the qualified path `<T>::CONST` or
You can’t perform that action at this time.
0 commit comments