diff options
| author | Mishio595 <[email protected]> | 2018-08-23 06:21:17 -0600 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-08-23 06:21:17 -0600 |
| commit | f092543a49e1ea28405127f51002e0a89d0b5061 (patch) | |
| tree | a5b02c66f026f7b505a14356fa0177121c5abe82 /src/cache/mod.rs | |
| parent | Add docs to Cache::message (diff) | |
| download | serenity-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.rs | 2 |
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(); |