diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-02-07 11:31:15 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-02-07 17:08:03 -0800 |
| commit | 5131216fa6826509bb31672e5fde15b18eeff5d7 (patch) | |
| tree | e98f16ea44106521ed26b3cd026a778c3daf66b3 /src/comp/syntax | |
| parent | 0c13ee22ade792f3662641a4ab8470ecfe33c236 (diff) | |
| download | rust-5131216fa6826509bb31672e5fde15b18eeff5d7.tar.gz rust-5131216fa6826509bb31672e5fde15b18eeff5d7.zip | |
Restore a comment that got lost (comments only)
Diffstat (limited to 'src/comp/syntax')
| -rw-r--r-- | src/comp/syntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/ast.rs b/src/comp/syntax/ast.rs index c1b3b4e1636..7f4b84ef78e 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 */ ), |
