diff options
| author | John Clements <clements@racket-lang.org> | 2013-04-03 10:28:14 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-04-16 10:06:06 -0700 |
| commit | 7e4cd09e2e57aae38d837531a7af1de00461d416 (patch) | |
| tree | f8b6ba2bf0e13434265980fbd705f2ee9318b46b /src/libsyntax/parse/parser.rs | |
| parent | 1083ae6b06939292c104f2a71fb2ebfaf9a2c70e (diff) | |
| download | rust-7e4cd09e2e57aae38d837531a7af1de00461d416.tar.gz rust-7e4cd09e2e57aae38d837531a7af1de00461d416.zip | |
added MTWT functions
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 360742b37b7..dbdf30b434f 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4280,7 +4280,7 @@ pub impl Parser { rp: None, types: ~[] }; return @spanned(lo, self.span.hi, - view_path_glob(path, self.get_id())); + view_path_glob(path, self.get_id())); } _ => break |
