Skip to content

Commit 7582baf

Browse files
committed
Fix doctest
1 parent 8aedbaa commit 7582baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bindings/src/rng.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl ReducerContext {
3737
///
3838
/// // Or, cache locally for reuse:
3939
/// let mut rng = ctx.rng();
40-
/// let floats: Vec<f32> = rng.sample_iter(rand::distribution::Standard).collect();
40+
/// let floats: Vec<f32> = rng.sample_iter(rand::distributions::Standard).collect();
4141
/// # }
4242
/// ```
4343
///

0 commit comments

Comments
 (0)