aboutsummaryrefslogtreecommitdiff
path: root/tests/prevent_circular.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prevent_circular.rs')
-rw-r--r--tests/prevent_circular.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/prevent_circular.rs b/tests/prevent_circular.rs
index 4b95dea..2abbac7 100644
--- a/tests/prevent_circular.rs
+++ b/tests/prevent_circular.rs
@@ -1,11 +1,10 @@
#![deny(clippy::all, clippy::pedantic)]
#![allow(clippy::disallowed_names)]
-use syrette::di_container::blocking::prelude::*;
use syrette::errors::di_container::DIContainerError;
use syrette::errors::injectable::InjectableError;
-use syrette::injectable;
use syrette::ptr::TransientPtr;
+use syrette::{injectable, DIContainer};
#[derive(Debug)]
struct Foo