ci: fix `rustdoc::redundant_explicit_links` (#110)
parent
de1b651bcc
commit
304d6f1ebc
|
@ -11,7 +11,7 @@ use task_local_extensions::Extensions;
|
||||||
/// `RetryTransientMiddleware` offers retry logic for requests that fail in a transient manner
|
/// `RetryTransientMiddleware` offers retry logic for requests that fail in a transient manner
|
||||||
/// and can be safely executed again.
|
/// and can be safely executed again.
|
||||||
///
|
///
|
||||||
/// Currently, it allows setting a [RetryPolicy][retry_policies::RetryPolicy] algorithm for calculating the __wait_time__
|
/// Currently, it allows setting a [RetryPolicy] algorithm for calculating the __wait_time__
|
||||||
/// between each request retry.
|
/// between each request retry.
|
||||||
///
|
///
|
||||||
///```rust
|
///```rust
|
||||||
|
|
Loading…
Reference in New Issue