Remove path redirects

This commit is contained in:
Manish Goregaokar 2017-08-25 16:25:18 -07:00
parent 46fbc1f014
commit 7a0cedf1a8
3 changed files with 0 additions and 2 deletions

View file

@ -8,9 +8,7 @@ pub use std::*;
mod bench;
mod table;
#[path="map.rs"]
pub mod hash_map;
#[path="set.rs"]
pub mod hash_set;
trait Recover<Q: ?Sized> {