We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5efac8 commit fa5156fCopy full SHA for fa5156f
rust/backoff/src/lib.rs
@@ -3,7 +3,7 @@ use std::{
3
time::Duration,
4
};
5
6
-use rand::{Rng, rng};
+use rand::{rng, Rng};
7
8
pub struct Backoff {
9
current_step: u32,
0 commit comments