Skip to content

Commit 06c801e

Browse files
committed
rand_os: fix test
1 parent 9ff68dc commit 06c801e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rand_os/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ use rand_core::{CryptoRng, RngCore, Error, impls};
4747
///
4848
/// # Usage example
4949
/// ```
50+
/// #![allow(deprecated)]
5051
/// use rand_os::rand_core::RngCore;
5152
/// use rand_os::OsRng;
5253
///

0 commit comments

Comments
 (0)