diff options
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 7801d34..dacc1b4 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -48,3 +48,10 @@ pub mod marker { pub mod setup { pub use crate::program::setup::*; } + +#[doc(hidden)] +pub mod builds; +pub mod build { + #[cfg(feature = "comp")] + pub use crate::builds::comp::*; +} |
