aboutsummaryrefslogtreecommitdiff
path: root/src/provider/blocking.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-10-25 21:51:46 +0200
committerHampusM <hampus@hampusmat.com>2022-10-25 21:51:46 +0200
commitdba27b4402648b6a9272cda681ab8caaeb5d279d (patch)
treec7044883595aa706cab508175bcb99e9f4bfc492 /src/provider/blocking.rs
parent8c6431fd834337be7f6b88e3c8a29c6a17e0b9cf (diff)
refactor: add Debug implementations for castable factories
Diffstat (limited to 'src/provider/blocking.rs')
-rw-r--r--src/provider/blocking.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/provider/blocking.rs b/src/provider/blocking.rs
index 3de77e4..e1e2aad 100644
--- a/src/provider/blocking.rs
+++ b/src/provider/blocking.rs
@@ -214,6 +214,7 @@ mod tests
use crate::interfaces::any_factory::AnyFactory;
use crate::ptr::FactoryPtr;
+ #[derive(Debug)]
struct FooFactory;
impl AnyFactory for FooFactory {}