Skip to content

Commit

Permalink
Remove unnecessary pub mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pawroman committed Dec 2, 2020
1 parent 55f900c commit 3b0d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod stats;
mod types;

#[cfg(test)]
pub mod test_utils;
mod test_utils;

use client::ClientBuilder;
use client_pool::ClientPool;
Expand Down

0 comments on commit 3b0d811

Please sign in to comment.