fix features

This commit is contained in:
Robin Appelman 2020-04-18 14:21:06 +02:00
commit 13c20f0b78

View file

@ -7,9 +7,9 @@ use err_derive::Error;
mod keycodes;
#[cfg(feature = "foo")]
#[cfg(feature = "listener")]
mod listener;
#[cfg(feature = "foo")]
#[cfg(feature = "listener")]
pub use listener::ShortcutListener;
#[derive(Debug, Clone, Error)]