From f12927f0b8956880289fe6ba8c98039c57c5b21c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 20 Aug 2022 17:23:51 +0200 Subject: refactor!: only re-export DIContainer BREAKING CHANGE: Only DIContainer is re-exported from the di_container module --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 78506bc..5ca1b8f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ pub mod errors; pub mod interfaces; pub mod ptr; -pub use di_container::*; +pub use di_container::DIContainer; pub use syrette_macros::*; #[cfg(feature = "factory")] -- cgit v1.2.3-18-g5258