From 9bed6b4d2772fd020ea9eb6eaaba4ca014d96f94 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 14 Sep 2023 19:41:56 +0200 Subject: refactor!: remove blocking DI container interface BREAKING CHANGE: IDIContainer have been removed and multiple structs no longer take a DI container generic parameter --- examples/with-3rd-party/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/with-3rd-party/main.rs') diff --git a/examples/with-3rd-party/main.rs b/examples/with-3rd-party/main.rs index 520038e..e9f8c89 100644 --- a/examples/with-3rd-party/main.rs +++ b/examples/with-3rd-party/main.rs @@ -8,8 +8,6 @@ mod ninja; use std::error::Error; -use syrette::di_container::blocking::prelude::*; - use crate::bootstrap::bootstrap; use crate::interfaces::ninja::INinja; -- cgit v1.2.3-18-g5258