aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/lib.rs')
-rw-r--r--mingling_core/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs
index 2aa2ce1..1d26ebb 100644
--- a/mingling_core/src/lib.rs
+++ b/mingling_core/src/lib.rs
@@ -46,10 +46,6 @@ pub mod core_res {
#[cfg(feature = "comp")]
pub(crate) mod comp;
-#[cfg(feature = "build")]
-#[doc = include_str!("docs/build.md")]
-pub mod build;
-
// Public Modules
/// Provides a toolkit for `Mingling` testing capabilities.
@@ -90,9 +86,6 @@ pub mod error {
#[cfg(feature = "structural_renderer")]
pub use crate::renderer::structural::error::*;
-
- #[cfg(feature = "pathf")]
- pub use mingling_pathf::error::*;
}
#[doc(hidden)]