syntax: Fix an accidental hyperlink in a comment
This commit is contained in:
parent
31f5de610f
commit
d58f27a82f
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ pub enum SubstructureFields<'a> {
|
|||
|
||||
/**
|
||||
non-matching variants of the enum, [(variant index, ast::Variant,
|
||||
[field span, field ident, fields])] (i.e. all fields for self are in the
|
||||
[field span, field ident, fields])] \(i.e. all fields for self are in the
|
||||
first tuple, for other1 are in the second tuple, etc.)
|
||||
*/
|
||||
EnumNonMatching(&'a [(uint, P<ast::Variant>, Vec<(Span, Option<Ident>, @Expr)> )]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue