Skip to content

Commit

Permalink
clippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Jan 2, 2025
1 parent 2372b46 commit 75dfa64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rupring_example/src/domains/users/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,5 @@ mod tests {
fn inject_user_service(repository: Arc<dyn IUserRepository>) -> Box<dyn IUserService> {
Box::new(UserService::new(repository))
}

fn foo() {}

0 comments on commit 75dfa64

Please sign in to comment.