Skip to content

Commit

Permalink
Fix for upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 1, 2015
1 parent f7fb510 commit 69ca376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions phf/src/lib.rs
Expand Up @@ -28,5 +28,7 @@ pub mod ordered_set;

mod std {
pub use core::fmt;
pub use core::iter;
pub use core::option;
}

2 changes: 1 addition & 1 deletion phf/tests/test.rs
@@ -1,4 +1,4 @@
#![feature(plugin, collections, core)]
#![feature(plugin, core)]

#[plugin] #[no_link]
extern crate phf_macros;
Expand Down

0 comments on commit 69ca376

Please sign in to comment.