Put util under the library.

This commit is contained in:
Tom Alexander
2023-12-26 20:18:41 -05:00
parent e622d9fa6b
commit 2911fce7cc
4 changed files with 4 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ extern crate test;
#[cfg(feature = "compare")]
pub mod compare;
#[cfg(feature = "compare")]
mod util;
#[cfg(any(feature = "compare", feature = "wasm_test"))]
pub mod util;
mod context;
mod error;