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/parse/parser.rs | |
| parent | 0cc903015b395c0d9eada3fe3376f2447cc835b6 (diff) | |
| download | rust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.tar.gz rust-44029a5bbc4812f7144ee8d0d4ee95d52aeca6cf.zip | |
hashmap: rm linear namespace
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 ceafecde3a0..1b845ad1dd9 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -94,7 +94,7 @@ use opt_vec::OptVec; use core::either::Either; use core::either; -use core::hashmap::linear::LinearSet; +use core::hashmap::LinearSet; use core::vec; #[deriving(Eq)] |
