aboutsummaryrefslogtreecommitdiff
path: root/macros/src
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src')
-rw-r--r--macros/src/injectable/implementation.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/macros/src/injectable/implementation.rs b/macros/src/injectable/implementation.rs
index 39207b3..3d73cd0 100644
--- a/macros/src/injectable/implementation.rs
+++ b/macros/src/injectable/implementation.rs
@@ -605,7 +605,7 @@ mod tests
}
#[test]
- fn can_build_dependencies() -> Result<(), Box<dyn Error>>
+ fn can_build_dependencies()
{
let method = ImplItemMethod {
attrs: vec![],
@@ -665,8 +665,6 @@ mod tests
.expect("Expected Ok");
assert_eq!(dependencies.len(), 2);
-
- Ok(())
}
#[test]