File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ mod mix;
1414mod of_size;
1515mod other_shrink;
1616mod pick;
17- mod sample_target;
1817pub mod sized;
1918pub mod vec;
2019mod zip;
@@ -32,8 +31,6 @@ pub use of_size::of_size;
3231pub use other_shrink:: other_shrinker;
3332pub use pick:: pick_evenly;
3433pub use pick:: pick_with_ratio;
35- pub use sample_target:: Ratio ;
36- use sample_target:: SampleTarget ;
3734pub use zip:: zip;
3835
3936/// Standard way to generate seeds for random source.
Original file line number Diff line number Diff line change 1- use crate :: gens :: Ratio ;
2- use crate :: gens :: SampleTarget ;
1+ use crate :: internal :: sample_target :: Ratio ;
2+ use crate :: internal :: sample_target :: SampleTarget ;
33use crate :: BoxGen ;
44use crate :: BoxShrink ;
55use rand:: Rng ;
Original file line number Diff line number Diff line change 1- use crate :: gens :: Ratio ;
2- use crate :: gens :: SampleTarget ;
1+ use crate :: internal :: sample_target :: Ratio ;
2+ use crate :: internal :: sample_target :: SampleTarget ;
33use crate :: BoxGen ;
44use rand:: Rng ;
55use rand:: SeedableRng ;
Original file line number Diff line number Diff line change 1- pub mod int_bounds;
1+ pub mod int_bounds;
2+ pub mod sample_target;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments