diff options
| author | John Clements <clements@racket-lang.org> | 2013-04-10 09:44:48 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-04-28 09:49:20 -0700 |
| commit | 71c0bd5c5df8c3810b3c8dc369a9644dfd82c09b (patch) | |
| tree | 91582abedff060305ec3307a17249d152236c0c1 /src/libsyntax/ast_util.rs | |
| parent | ae4e09f71ac545dbf51778ee3ffe695de1d50f60 (diff) | |
| download | rust-71c0bd5c5df8c3810b3c8dc369a9644dfd82c09b.tar.gz rust-71c0bd5c5df8c3810b3c8dc369a9644dfd82c09b.zip | |
simplify, based on invariant that items_allowed != foreign_items_allowed
Diffstat (limited to 'src/libsyntax/ast_util.rs')
| -rw-r--r-- | src/libsyntax/ast_util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs index bfacfc38df6..7da834a5d88 100644 --- a/src/libsyntax/ast_util.rs +++ b/src/libsyntax/ast_util.rs @@ -756,7 +756,6 @@ mod test { assert_eq!(refold_test_sc(3,&t),test_sc); } - // extend a syntax context with a sequence of marks given // in a vector. v[0] will be the outermost mark. fn unfold_marks(mrks:~[Mrk],tail:SyntaxContext,table: &mut SCTable) -> SyntaxContext { |
