From a5c86ac06f007678be9c00344a1237377b9d30b3 Mon Sep 17 00:00:00 2001 From: mattyg Date: Wed, 18 Dec 2024 10:17:25 -0700 Subject: [PATCH] chore: tests mod is private Co-authored-by: ThetaSinner --- crates/host/src/module.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/host/src/module.rs b/crates/host/src/module.rs index a4d79109..14b098a7 100644 --- a/crates/host/src/module.rs +++ b/crates/host/src/module.rs @@ -375,7 +375,7 @@ impl ModuleCache { } #[cfg(test)] -pub mod tests { +mod tests { use super::{CacheKey, ModuleCache, PlruCache}; #[test]