From e42567b25093907cfd939edc92ace94a5d59b398 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 11 May 2026 19:56:10 +0800 Subject: Add `builds` feature and install completion scripts --- mingling_core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling_core/src/lib.rs') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 83edda8..e1c188f 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -51,10 +51,12 @@ pub mod setup { pub use crate::program::setup::*; } +#[cfg(feature = "builds")] #[doc(hidden)] pub mod builds; /// Provides build scripts for users +#[cfg(feature = "builds")] pub mod build { #[cfg(feature = "comp")] pub use crate::builds::comp::*; -- cgit