Skip to content

Commit

Permalink
restore imports that clippy complains about
Browse files Browse the repository at this point in the history
sigh...
  • Loading branch information
garypen committed Mar 26, 2024
1 parent 6733f73 commit 224ab9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apollo-router/tests/integration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ mod batching;
#[path = "../common.rs"]
pub(crate) mod common;
pub(crate) use common::IntegrationTest;
pub(crate) use common::Telemetry;
pub(crate) use common::ValueExt;

mod docs;
mod file_upload;
Expand Down

0 comments on commit 224ab9d

Please sign in to comment.