Skip to content

Commit a57087e

Browse files
committed
syntax: Remove reference to typestate in a comment
1 parent 674dd14 commit a57087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ enum expr_ {
339339
/* id for the alloc() call */ node_id,
340340
/* value */ @expr),
341341

342-
/* just an assert, no significance to typestate */
342+
/* just an assert */
343343
expr_assert(@expr),
344344

345345
expr_mac(mac),

0 commit comments

Comments
 (0)