aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-09-12 14:57:52 +0200
committeracdenisSK <[email protected]>2017-09-12 14:59:21 +0200
commitbc3491cf3a70a02ce5725e66887746567ae4660c (patch)
treedc1086bfae3f2cb56ab8ea89e13cba8bf46c0513 /src/lib.rs
parentCopy some methods from Command to Group (#164) (diff)
downloadserenity-bc3491cf3a70a02ce5725e66887746567ae4660c.tar.xz
serenity-bc3491cf3a70a02ce5725e66887746567ae4660c.zip
Revamp `CacheEventsImpl`
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 066d926..75774c2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -167,8 +167,6 @@ pub use client::Client;
#[cfg(feature = "cache")]
use cache::Cache;
#[cfg(feature = "cache")]
-pub(crate) use cache::CacheEventsImpl;
-#[cfg(feature = "cache")]
use std::sync::RwLock;
#[cfg(feature = "cache")]