Skip to content

Commit

Permalink
fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Mar 26, 2016
1 parent c2ffb6c commit 579d41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
extern crate rand;

pub mod random_path;
pub mod test_socket;

pub use random_path::*;
pub use test_socket::*;

0 comments on commit 579d41b

Please sign in to comment.