diff options
Diffstat (limited to 'mingling_picker/src/lib.rs')
| -rw-r--r-- | mingling_picker/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs index fa45d71..d2885d9 100644 --- a/mingling_picker/src/lib.rs +++ b/mingling_picker/src/lib.rs @@ -23,8 +23,8 @@ pub mod macros { pub use mingling_picker_macros::*; } -#[cfg(feature = "core")] +#[cfg(feature = "mingling_support")] mod corebind; -#[cfg(feature = "core")] +#[cfg(feature = "mingling_support")] pub use corebind::*; |
