aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/builds.rs')
-rw-r--r--mingling_core/src/builds.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mingling_core/src/builds.rs b/mingling_core/src/builds.rs
deleted file mode 100644
index 3c52907..0000000
--- a/mingling_core/src/builds.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-#[doc(hidden)]
-#[cfg(feature = "comp")]
-pub mod comp;
-
-#[doc(hidden)]
-#[cfg(feature = "pathf")]
-pub mod pathf;