aboutsummaryrefslogtreecommitdiff
path: root/example/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main.rs')
-rw-r--r--example/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/src/main.rs b/example/src/main.rs
index 920d9f0..1f23179 100644
--- a/example/src/main.rs
+++ b/example/src/main.rs
@@ -1,4 +1,5 @@
-use syrette::{injectable, DIContainer, DIContainerError};
+use syrette::errors::di_container::DIContainerError;
+use syrette::{injectable, DIContainer};
trait IDog
{