File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ struct SipHasher24 {
38
38
/// SipHash is a general-purpose hashing function: it runs at a good
39
39
/// speed (competitive with Spooky and City) and permits strong _keyed_
40
40
/// hashing. This lets you key your hash tables from a strong RNG, such as
41
- /// [`rand::os::OsRng`](https://doc.rust-lang.org /rand/rand/os /struct.OsRng.html).
41
+ /// [`rand::os::OsRng`](https://docs.rs /rand/latest/ rand/rngs /struct.OsRng.html).
42
42
///
43
43
/// Although the SipHash algorithm is considered to be generally strong,
44
44
/// it is not intended for cryptographic purposes. As such, all
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ impl<T> MaybeUninit<T> {
865
865
///
866
866
/// For instance, you cannot [`Read`] into an uninitialized buffer:
867
867
///
868
- /// [`Read`]: https://doc.rust-lang.org /std/io/trait.Read.html
868
+ /// [`Read`]: ../.. /std/io/trait.Read.html
869
869
///
870
870
/// ```rust,no_run
871
871
/// use std::{io, mem::MaybeUninit};
You can’t perform that action at this time.
0 commit comments