aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/dispatch.rs')
-rw-r--r--src/client/dispatch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/dispatch.rs b/src/client/dispatch.rs
index 7b0439d..5f61ea9 100644
--- a/src/client/dispatch.rs
+++ b/src/client/dispatch.rs
@@ -11,7 +11,7 @@ use ::model::{ChannelId, Message};
#[cfg(feature="framework")]
use ::ext::framework::Framework;
-#[cfg(feature = "cache")]
+#[cfg(feature="cache")]
use super::CACHE;
macro_rules! handler {