Skip to content

Commit

Permalink
Rename phf_shared to phf
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 13, 2014
1 parent 6718b60 commit 6372fa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phf/src/lib.rs
Expand Up @@ -14,7 +14,7 @@ use std::iter;
use std::slice;
use std::collections::Collection;

#[path="../../phf_shared/mod.rs"]
#[path="../../shared/mod.rs"]
mod phf_shared;

/// An immutable map constructed at compile time.
Expand Down
2 changes: 1 addition & 1 deletion phf_mac/src/lib.rs
Expand Up @@ -30,7 +30,7 @@ use syntax::print::pprust;
use rand::{Rng, SeedableRng, XorShiftRng};
use rustc::plugin::Registry;

#[path="../../phf_shared/mod.rs"]
#[path="../../shared/mod.rs"]
mod phf_shared;

static DEFAULT_LAMBDA: uint = 5;
Expand Down
File renamed without changes.

0 comments on commit 6372fa4

Please sign in to comment.