Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Nov 13, 2024
1 parent 4f9cafb commit 1ade0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ impl AppContext {
}

#[cfg(all(feature = "db-sql", feature = "test-containers"))]
#[cfg_attr(test, allow(dead_code))]
async fn db_test_container(
config: &mut AppConfig,
) -> RoadsterResult<
Expand Down Expand Up @@ -235,6 +236,7 @@ async fn db_test_container(
}

#[cfg(all(feature = "sidekiq", feature = "test-containers"))]
#[cfg_attr(test, allow(dead_code))]
async fn sidekiq_redis_test_container(
config: &mut AppConfig,
) -> RoadsterResult<
Expand Down

0 comments on commit 1ade0f7

Please sign in to comment.