aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/mod.rs b/src/interfaces/mod.rs
deleted file mode 100644
index e7068ad..0000000
--- a/src/interfaces/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-//! Various useful interfaces.
-
-pub mod injectable;
-
-#[cfg(feature = "async")]
-#[cfg_attr(doc_cfg, doc(cfg(feature = "async")))]
-pub mod async_injectable;