We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664fb3c commit 22ba98fCopy full SHA for 22ba98f
src/lib.rs
@@ -114,7 +114,7 @@ pub use crate::rngs::thread::rng;
114
///
115
/// Use [`rand::rng()`](rng()) instead.
116
#[cfg(feature = "thread_rng")]
117
-#[deprecated(since = "0.9.0", note = "renamed to `rng`")]
+#[deprecated(since = "0.9.0", note = "Renamed to `rng`")]
118
#[inline]
119
pub fn thread_rng() -> crate::rngs::ThreadRng {
120
rng()
0 commit comments