Skip to content

Commit 61d6e9f

Browse files
committed
Simplify redundant doc-link
1 parent ef89cbe commit 61d6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_core/src/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub trait BlockRngCore {
8080
/// A marker trait used to indicate that an [`RngCore`] implementation is
8181
/// supposed to be cryptographically secure.
8282
///
83-
/// See [`CryptoRng`][crate::CryptoRng] docs for more information.
83+
/// See [`CryptoRng`] docs for more information.
8484
pub trait CryptoBlockRng: BlockRngCore { }
8585

8686
/// A wrapper type implementing [`RngCore`] for some type implementing

0 commit comments

Comments
 (0)