We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff68dc commit 06c801eCopy full SHA for 06c801e
rand_os/src/lib.rs
@@ -47,6 +47,7 @@ use rand_core::{CryptoRng, RngCore, Error, impls};
47
///
48
/// # Usage example
49
/// ```
50
+/// #![allow(deprecated)]
51
/// use rand_os::rand_core::RngCore;
52
/// use rand_os::OsRng;
53
0 commit comments