mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove path redirects
This commit is contained in:
parent
46fbc1f014
commit
7a0cedf1a8
3 changed files with 0 additions and 2 deletions
|
@ -8,9 +8,7 @@ pub use std::*;
|
||||||
|
|
||||||
mod bench;
|
mod bench;
|
||||||
mod table;
|
mod table;
|
||||||
#[path="map.rs"]
|
|
||||||
pub mod hash_map;
|
pub mod hash_map;
|
||||||
#[path="set.rs"]
|
|
||||||
pub mod hash_set;
|
pub mod hash_set;
|
||||||
|
|
||||||
trait Recover<Q: ?Sized> {
|
trait Recover<Q: ?Sized> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue