aboutsummaryrefslogtreecommitdiff
path: root/examples/generics/bootstrap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/generics/bootstrap.rs')
-rw-r--r--examples/generics/bootstrap.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/generics/bootstrap.rs b/examples/generics/bootstrap.rs
index 752a39b..98d03db 100644
--- a/examples/generics/bootstrap.rs
+++ b/examples/generics/bootstrap.rs
@@ -2,10 +2,7 @@ use std::rc::Rc;
use syrette::{di_container_bind, DIContainer};
-// Interfaces
use crate::interfaces::printer::IPrinter;
-//
-// Implementations
use crate::printer::Printer;
pub fn bootstrap() -> Rc<DIContainer>