aboutsummaryrefslogtreecommitdiff
path: root/examples/async
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-09-16 14:28:50 +0200
committerHampusM <hampus@hampusmat.com>2023-09-16 15:29:28 +0200
commitda7426ccb4aae87b322a884c31c6e5136c40927f (patch)
tree1da86babda80643b86aea2b9cbff112d544c984e /examples/async
parent816650ee587be3c3c4378287c422d269703b7ad8 (diff)
refactor!: remove async DI container interface
BREAKING CHANGE: IAsyncDIContainer have been removed and multiple structs no longer take a DI container generic parameter
Diffstat (limited to 'examples/async')
-rw-r--r--examples/async/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/async/main.rs b/examples/async/main.rs
index d051b94..cf946e4 100644
--- a/examples/async/main.rs
+++ b/examples/async/main.rs
@@ -8,7 +8,6 @@ mod food;
mod interfaces;
use anyhow::Result;
-use syrette::di_container::asynchronous::prelude::*;
use tokio::spawn;
use crate::bootstrap::bootstrap;