aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-08-25 20:46:14 +0200
committerHampusM <hampus@hampusmat.com>2022-08-27 14:29:42 +0200
commitd4078c84a83d121a4e3492955359cedb3b404476 (patch)
treef31fef99fcee6ffd537b7d7adf7981851966feda /src/interfaces
parent626e9e56c23863dce33ef211fa51e49cc5fb48e1 (diff)
refactor!: limit FactoryPtr & AnyFactory to the factory feature
BREAKING CHANGE: FactoryPtr has been limited to the factory feature
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/mod.rs b/src/interfaces/mod.rs
index 0ea8ab5..73dde04 100644
--- a/src/interfaces/mod.rs
+++ b/src/interfaces/mod.rs
@@ -2,6 +2,7 @@
pub mod injectable;
+#[cfg(feature = "factory")]
#[doc(hidden)]
pub mod any_factory;