diff options
Diffstat (limited to 'src/collection/retry.rs')
| -rw-r--r-- | src/collection/retry.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/collection/retry.rs b/src/collection/retry.rs index 3f5d471..687c5ec 100644 --- a/src/collection/retry.rs +++ b/src/collection/retry.rs @@ -1,3 +1,7 @@ +use std::cell::RefCell; +use std::collections::HashSet; +use std::marker::PhantomData; + use crate::collection::utils; use crate::handle_unwind::handle_unwind; use crate::lockable::{ @@ -5,10 +9,6 @@ use crate::lockable::{ }; use crate::Keyable; -use std::cell::RefCell; -use std::collections::HashSet; -use std::marker::PhantomData; - use super::{LockGuard, RetryingLockCollection}; /// Get all raw locks in the collection |
