File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use core::fmt;
12
12
13
13
/// An error that can occur when [`JitterRng::test_timer`] fails.
14
14
///
15
- /// [`JitterRng::test_timer`]: struct. JitterRng.html#method. test_timer
15
+ /// [`JitterRng::test_timer`]: crate:: JitterRng:: test_timer
16
16
#[ derive( Debug , Clone , PartialEq , Eq ) ]
17
17
pub enum TimerError {
18
18
/// No timer available.
Original file line number Diff line number Diff line change 29
29
//!
30
30
//! `JitterRng` can be used without the standard library, but not conveniently,
31
31
//! you must provide a high-precision timer and carefully have to follow the
32
- //! instructions of [`new_with_timer`].
32
+ //! instructions of [`JitterRng:: new_with_timer`].
33
33
//!
34
34
//! This implementation is based on [Jitterentropy] version 2.1.0.
35
35
//!
38
38
//! [`JitterRng::new()`] is not available on WASM. It is also unavailable
39
39
//! with disabled `std` feature.
40
40
//!
41
- //! [`JitterRng::new()`]: struct.JitterRng.html#method.new
42
- //! [`new_with_timer`]: struct.JitterRng.html#method.new_with_timer
43
41
//! [Jitterentropy]: http://www.chronox.de/jent.html
44
42
45
43
// Note: the C implementation of `Jitterentropy` relies on being compiled
You can’t perform that action at this time.
0 commit comments