Skip to content

Commit 17c8b26

Browse files
authored
Don't run the random write test (#1294)
1 parent 7c1e649 commit 17c8b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ impl<R: RngCore + ?Sized> RngCore for Box<R> {
451451
///
452452
/// # Examples
453453
///
454-
/// ```rust
454+
/// ```no_run
455455
/// # use std::{io, io::Read};
456456
/// # use std::fs::File;
457457
/// # use rand_core::{OsRng, RngCore};

0 commit comments

Comments
 (0)