Restore a comment that got lost (comments only)

This commit is contained in:
Tim Chevalier 2012-02-07 11:31:15 -08:00
parent 0c13ee22ad
commit 5131216fa6

View file

@ -489,7 +489,7 @@ enum item_ {
item_class([ty_param], /* ty params for class */
[@class_item], /* methods, etc. */
/* (not including ctor) */
node_id,
node_id, /* ctor id */
fn_decl, /* ctor decl */
blk /* ctor body */
),