From a57087e03271c7ad35b173acb6da136da541618c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 23 Jul 2012 13:24:58 -0700 Subject: [PATCH] syntax: Remove reference to typestate in a comment --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 79523acb99ba..cc1cf98bff17 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -339,7 +339,7 @@ enum expr_ { /* id for the alloc() call */ node_id, /* value */ @expr), - /* just an assert, no significance to typestate */ + /* just an assert */ expr_assert(@expr), expr_mac(mac),