Skip to content

Commit 5031679

Browse files
committed
genetics now re-exports, too. Is this the way to go?
1 parent 4e70982 commit 5031679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

forrustts-genetics/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Core types for genetics
22
3-
use forrustts_core::rand;
4-
use forrustts_core::rand_distr;
3+
pub use forrustts_core::rand;
4+
pub use forrustts_core::rand_distr;
55

66
mod genetic_maps;
77

forrustts-genetics/tests/test_genetic_maps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use forrustts_core::rand;
1+
use forrustts_genetics::rand;
22
use rand::SeedableRng;
33

44
use forrustts_core::Position;

0 commit comments

Comments
 (0)