mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 19:06:31 +00:00
chore: cargo fmt
This commit is contained in:
parent
b7017dca6f
commit
d297b1c5df
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use task_local_extensions::Extensions;
|
|||
/// and can be safely executed again.
|
||||
///
|
||||
/// Currently, it allows setting a [RetryPolicy] algorithm for calculating the __wait_time__
|
||||
/// between each request retry. Sleeping on non-`wasm32` archs is performed using
|
||||
/// between each request retry. Sleeping on non-`wasm32` archs is performed using
|
||||
/// [`tokio::time::sleep`], therefore it will respect pauses/auto-advance if run under a
|
||||
/// runtime that supports them.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue