aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-01 22:09:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-01 22:09:01 +0800
commit61bad3869aa6b3bd414f26f35ff69d636afa38f5 (patch)
tree145f19441f2ad9571b436729356ead3f7b959b65 /mingling_core/src
parent4cc73e20063b93bb484fdb5193fe7b3c9d25a0ce (diff)
chore: reduce visibility of debug module
Diffstat (limited to 'mingling_core/src')
-rw-r--r--mingling_core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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