Skip to content

Commit efd0667

Browse files
committed
syntax: Fix an accidental hyperlink in a comment
1 parent 8f4e310 commit efd0667

File tree

1 file changed

+1
-1
lines changed
  • src/libsyntax/ext/deriving/generic

1 file changed

+1
-1
lines changed

src/libsyntax/ext/deriving/generic/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pub enum SubstructureFields<'a> {
288288

289289
/**
290290
non-matching variants of the enum, [(variant index, ast::Variant,
291-
[field span, field ident, fields])] (i.e. all fields for self are in the
291+
[field span, field ident, fields])] \(i.e. all fields for self are in the
292292
first tuple, for other1 are in the second tuple, etc.)
293293
*/
294294
EnumNonMatching(&'a [(uint, P<ast::Variant>, Vec<(Span, Option<Ident>, @Expr)> )]),

0 commit comments

Comments
 (0)