Hide the util module.

This commit is contained in:
Tom Alexander
2024-01-03 23:04:47 -05:00
parent e4407cbdd1
commit 556afecbb8
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ extern crate test;
pub mod compare;
pub mod parse_cli;
#[cfg(any(feature = "compare", feature = "wasm", feature = "wasm_test"))]
pub mod util;
mod util;
#[cfg(any(feature = "wasm", feature = "wasm_test"))]
pub mod wasm;
#[cfg(feature = "wasm_test")]