aboutsummaryrefslogtreecommitdiff
path: root/src/cache/mod.rs
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-08-23 06:21:17 -0600
committerMishio595 <[email protected]>2018-08-23 06:21:17 -0600
commitf092543a49e1ea28405127f51002e0a89d0b5061 (patch)
treea5b02c66f026f7b505a14356fa0177121c5abe82 /src/cache/mod.rs
parentAdd docs to Cache::message (diff)
downloadserenity-f092543a49e1ea28405127f51002e0a89d0b5061.tar.xz
serenity-f092543a49e1ea28405127f51002e0a89d0b5061.zip
Change Cache::message test to ignore and move binding for new message in message_update dispatch
Diffstat (limited to 'src/cache/mod.rs')
-rw-r--r--src/cache/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/mod.rs b/src/cache/mod.rs
index 14351c2..937ecb6 100644
--- a/src/cache/mod.rs
+++ b/src/cache/mod.rs
@@ -586,7 +586,7 @@ impl Cache {
/// Retrieving the message object from a channel, in a
/// [`EventHandler::message`] context:
///
- /// ```rust
+ /// ```rust,ignore
/// use serenity::CACHE;
///
/// let cache = CACHE.read();