From b9d5d8e2c442d73245b66c585afde8846c38d9c1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 3 Aug 2026 00:39:54 +0800 Subject: feat(build): document build module and refine feature exports Add module-level docs for the build module via include_str and restrict public re-exports to explicit items instead of glob imports. --- mingling_core/src/build/pathf.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling_core/src/build/pathf.rs') diff --git a/mingling_core/src/build/pathf.rs b/mingling_core/src/build/pathf.rs index d8d4698..7f75c6b 100644 --- a/mingling_core/src/build/pathf.rs +++ b/mingling_core/src/build/pathf.rs @@ -1,3 +1,5 @@ +#![allow(unused_imports)] + pub use mingling_pathf::config::*; pub use mingling_pathf::module_pathf::*; pub use mingling_pathf::pattern_analyzer::*; -- cgit