diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-04-03 08:45:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-04-03 10:30:18 -0400 |
| commit | 44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf (patch) | |
| tree | 4da0a6304fffc702120960fe36564246de6a16a7 /src/libsyntax/ext/tt/macro_parser.rs | |
| parent | 0cc903015b395c0d9eada3fe3376f2447cc835b6 (diff) | |
| download | rust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.tar.gz rust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.zip | |
hashmap: rm linear namespace
Diffstat (limited to 'src/libsyntax/ext/tt/macro_parser.rs')
| -rw-r--r-- | src/libsyntax/ext/tt/macro_parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/tt/macro_parser.rs b/src/libsyntax/ext/tt/macro_parser.rs index f74fbbc3c03..fcb0c76a2c7 100644 --- a/src/libsyntax/ext/tt/macro_parser.rs +++ b/src/libsyntax/ext/tt/macro_parser.rs @@ -20,7 +20,7 @@ use parse::token::{Token, EOF, to_str, nonterminal}; use parse::token; use core::prelude::*; -use core::hashmap::linear::LinearMap; +use core::hashmap::LinearMap; /* This is an Earley-like parser, without support for in-grammar nonterminals, only by calling out to the main rust parser for named nonterminals (which it |
