From da7426ccb4aae87b322a884c31c6e5136c40927f Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 16 Sep 2023 14:28:50 +0200 Subject: refactor!: remove async DI container interface BREAKING CHANGE: IAsyncDIContainer have been removed and multiple structs no longer take a DI container generic parameter --- src/di_container/asynchronous/prelude.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/di_container/asynchronous/prelude.rs') diff --git a/src/di_container/asynchronous/prelude.rs b/src/di_container/asynchronous/prelude.rs index 50fc42b..afbb0a2 100644 --- a/src/di_container/asynchronous/prelude.rs +++ b/src/di_container/asynchronous/prelude.rs @@ -1,3 +1,3 @@ //! Commonly used types. -pub use crate::di_container::asynchronous::{AsyncDIContainer, IAsyncDIContainer}; +pub use crate::di_container::asynchronous::AsyncDIContainer; -- cgit v1.2.3-18-g5258