Skip to content

Commit 5131216

Browse files
committed
Restore a comment that got lost (comments only)
1 parent 0c13ee2 commit 5131216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/syntax/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ enum item_ {
489489
item_class([ty_param], /* ty params for class */
490490
[@class_item], /* methods, etc. */
491491
/* (not including ctor) */
492-
node_id,
492+
node_id, /* ctor id */
493493
fn_decl, /* ctor decl */
494494
blk /* ctor body */
495495
),

0 commit comments

Comments
 (0)