diff options
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index d7c8e8f..8f2540c 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -24,6 +24,10 @@ 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. |
