mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 19:06:31 +00:00
ci: fix rustdoc::redundant_explicit_links
(#110)
This commit is contained in:
parent
de1b651bcc
commit
304d6f1ebc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue