aboutsummaryrefslogtreecommitdiff
path: root/src/provider/async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/provider/async.rs')
-rw-r--r--src/provider/async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/provider/async.rs b/src/provider/async.rs
index 9925079..ec05b06 100644
--- a/src/provider/async.rs
+++ b/src/provider/async.rs
@@ -3,10 +3,10 @@ use std::sync::Arc;
use async_trait::async_trait;
-use crate::async_di_container::AsyncDIContainer;
use crate::errors::injectable::InjectableError;
use crate::interfaces::async_injectable::AsyncInjectable;
use crate::ptr::{ThreadsafeSingletonPtr, TransientPtr};
+use crate::AsyncDIContainer;
#[derive(strum_macros::Display, Debug)]
pub enum AsyncProvidable