aboutsummaryrefslogtreecommitdiff
path: root/src/errors
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-07-13 16:26:28 +0200
committerHampusM <hampus@hampusmat.com>2024-07-13 16:26:28 +0200
commitca86952c1486b7f2313fef62e6cacf36e248efd2 (patch)
tree774175aa8723328c1b0dbd3faa0e67d9106b3ba7 /src/errors
parent20d37eb93060e51970d3791c6c173e07ef5ad489 (diff)
refactor: move & rename all mod.rs files
Diffstat (limited to 'src/errors')
-rw-r--r--src/errors/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/errors/mod.rs b/src/errors/mod.rs
deleted file mode 100644
index 7eb10bd..0000000
--- a/src/errors/mod.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//! Error types for various components of the library.
-
-pub mod di_container;
-pub mod injectable;
-pub mod ptr;
-
-#[cfg(feature = "async")]
-#[cfg_attr(doc_cfg, doc(cfg(feature = "async")))]
-pub mod async_di_container;