diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-20 17:23:51 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-21 18:17:50 +0200 |
commit | f12927f0b8956880289fe6ba8c98039c57c5b21c (patch) | |
tree | acccd772dd4b19c8e5da1c323ce69eac79cecf01 /src | |
parent | ade21185976ea2324d313a5c28a88cc0492f2934 (diff) |
refactor!: only re-export DIContainer
BREAKING CHANGE: Only DIContainer is re-exported from the di_container module
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")] |