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 ef89cbe commit 61d6e9fCopy full SHA for 61d6e9f
rand_core/src/block.rs
@@ -80,7 +80,7 @@ pub trait BlockRngCore {
80
/// A marker trait used to indicate that an [`RngCore`] implementation is
81
/// supposed to be cryptographically secure.
82
///
83
-/// See [`CryptoRng`][crate::CryptoRng] docs for more information.
+/// See [`CryptoRng`] docs for more information.
84
pub trait CryptoBlockRng: BlockRngCore { }
85
86
/// A wrapper type implementing [`RngCore`] for some type implementing
0 commit comments