diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2011-07-06 16:46:17 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2011-07-06 16:46:17 +0200 |
| commit | 7661c08496b0dc9ce55657246f8e5e42051c812e (patch) | |
| tree | 125d9f3fe0dbd0eb90d93a6de31e08452cb13ae8 /src/comp/syntax/parse | |
| parent | 4c315666dd7c2ac2d207b00ad2b5b5ca309a627f (diff) | |
| download | rust-7661c08496b0dc9ce55657246f8e5e42051c812e.tar.gz rust-7661c08496b0dc9ce55657246f8e5e42051c812e.zip | |
Remove temporary stdlib placeholders, use actual stdlib functions
(Possible now that a snapshot took place.)
Diffstat (limited to 'src/comp/syntax/parse')
| -rw-r--r-- | src/comp/syntax/parse/parser.rs | 2 | ||||
| -rw-r--r-- | src/comp/syntax/parse/token.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index b671e9eaa69..dc19a507db5 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -12,7 +12,7 @@ import std::map::hashmap; import token::can_begin_expr; import ex=ext::base; import codemap::span; -import _std::new_str_hash; +import std::map::new_str_hash; import util::interner; tag restriction { UNRESTRICTED; RESTRICT_NO_CALL_EXPRS; } diff --git a/src/comp/syntax/parse/token.rs b/src/comp/syntax/parse/token.rs index b8ea07d50db..2ce5d9e6cb4 100644 --- a/src/comp/syntax/parse/token.rs +++ b/src/comp/syntax/parse/token.rs @@ -1,7 +1,7 @@ import ast::ty_mach; import ast::ty_mach_to_str; -import _std::new_str_hash; +import std::map::new_str_hash; import util::interner; import std::int; import std::uint; |
