diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:09:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-01 22:09:01 +0800 |
| commit | 61bad3869aa6b3bd414f26f35ff69d636afa38f5 (patch) | |
| tree | 145f19441f2ad9571b436729356ead3f7b959b65 | |
| parent | 4cc73e20063b93bb484fdb5193fe7b3c9d25a0ce (diff) | |
chore: reduce visibility of debug module
| -rw-r--r-- | mingling_core/src/lib.rs | 2 |
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 |
