aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/lib.rs')
-rw-r--r--mingling/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs
index 6c1378c..c9c6d22 100644
--- a/mingling/src/lib.rs
+++ b/mingling/src/lib.rs
@@ -24,10 +24,6 @@ pub mod parser;
#[cfg(feature = "picker")]
pub mod picker;
-/// Functionality when combining `picker` and `comp`
-#[cfg(all(feature = "picker", feature = "comp"))]
-pub mod picker_comp;
-
mod constants;
/// Constants used throughout the Mingling framework.