From 61bad3869aa6b3bd414f26f35ff69d636afa38f5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 1 Aug 2026 22:09:01 +0800 Subject: chore: reduce visibility of debug module --- mingling_core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_core/src') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 2f63cf6..b1bfe08 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -67,7 +67,7 @@ pub mod test { } /// Provided for framework developers -pub mod debug; +mod debug; // NOT re-exported at top level: the `StructuralData` trait is sealed and only // accessible through the derive macro. Users who need the trait can access it -- cgit