diff options
Diffstat (limited to 'mingling_core/src')
| -rw-r--r-- | mingling_core/src/builds.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/src/builds.rs b/mingling_core/src/builds.rs index 0123c82..51bafe6 100644 --- a/mingling_core/src/builds.rs +++ b/mingling_core/src/builds.rs @@ -1,3 +1,6 @@ #[doc(hidden)] #[cfg(feature = "comp")] pub mod comp; + +#[cfg(all(feature = "builds", feature = "pathf"))] +pub use mingling_pathf::*; |
