From 8b4cb39890016394122a799929aee6662980025b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 16 Sep 2023 15:35:56 +0200 Subject: refactor!: remove async DI container prelude module BREAKING CHANGE: The async DI container prelude module have been removed as it is no longer necessary seeing as the async DI container interface have been removed --- src/di_container/asynchronous/prelude.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/di_container/asynchronous/prelude.rs (limited to 'src/di_container/asynchronous/prelude.rs') diff --git a/src/di_container/asynchronous/prelude.rs b/src/di_container/asynchronous/prelude.rs deleted file mode 100644 index afbb0a2..0000000 --- a/src/di_container/asynchronous/prelude.rs +++ /dev/null @@ -1,3 +0,0 @@ -//! Commonly used types. - -pub use crate::di_container::asynchronous::AsyncDIContainer; -- cgit v1.2.3-18-g5258