aboutsummaryrefslogtreecommitdiff
path: root/src/di_container/asynchronous/prelude.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-09-16 15:35:56 +0200
committerHampusM <hampus@hampusmat.com>2023-09-16 15:35:56 +0200
commit8b4cb39890016394122a799929aee6662980025b (patch)
tree5a984c4d652669ab401054c091f876faaf84bea8 /src/di_container/asynchronous/prelude.rs
parentda7426ccb4aae87b322a884c31c6e5136c40927f (diff)
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
Diffstat (limited to 'src/di_container/asynchronous/prelude.rs')
-rw-r--r--src/di_container/asynchronous/prelude.rs3
1 files changed, 0 insertions, 3 deletions
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;