Don't export the timer_wheel module

Move tests into that module
This commit is contained in:
Alex Crichton
2016-08-05 09:44:00 -07:00
parent 368a9c70e8
commit 8eb1f681af
4 changed files with 141 additions and 141 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ mod event_loop;
mod tcp;
mod udp;
mod timeout;
pub mod timer_wheel;
mod timer_wheel;
#[path = "../../src/slot.rs"]
mod slot;
#[path = "../../src/lock.rs"]