Skip to content

Commit

Permalink
Merge pull request #24 from alexcrichton/update
Browse files Browse the repository at this point in the history
Update to rust master
  • Loading branch information
sfackler committed Nov 4, 2014
2 parents f585e4c + 22d21f8 commit 18a5ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf_mac/src/lib.rs
Expand Up @@ -12,7 +12,7 @@ extern crate time;
extern crate rustc;

use std::collections::HashMap;
use std::collections::hashmap::{Occupied, Vacant};
use std::collections::hash_map::{Occupied, Vacant};
use syntax::ast::{mod, TokenTree, LitStr, LitBinary, LitByte, LitChar, Expr, ExprLit};
use syntax::codemap::Span;
use syntax::ext::base::{DummyResult,
Expand Down

0 comments on commit 18a5ecc

Please sign in to comment.