From 5131216fa6826509bb31672e5fde15b18eeff5d7 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Tue, 7 Feb 2012 11:31:15 -0800 Subject: [PATCH] Restore a comment that got lost (comments only) --- src/comp/syntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/syntax/ast.rs b/src/comp/syntax/ast.rs index c1b3b4e1636f..7f4b84ef78e1 100644 --- a/src/comp/syntax/ast.rs +++ b/src/comp/syntax/ast.rs @@ -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 */ ),