diff options
| author | Steffen Schröter <[email protected]> | 2017-03-17 21:53:24 +0100 |
|---|---|---|
| committer | zeyla <[email protected]> | 2017-03-17 13:53:24 -0700 |
| commit | b96f85c224b9c0478b7f1b5c5b76761e23ff7edf (patch) | |
| tree | 53b153176fdcf93806234fffdd2feb11a892695a /src/ext/cache | |
| parent | Remove invite accepting (diff) | |
| download | serenity-b96f85c224b9c0478b7f1b5c5b76761e23ff7edf.tar.xz serenity-b96f85c224b9c0478b7f1b5c5b76761e23ff7edf.zip | |
Fix incorrect cache example
Diffstat (limited to 'src/ext/cache')
| -rw-r--r-- | src/ext/cache/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/cache/mod.rs b/src/ext/cache/mod.rs index b39f5ea..6bcc798 100644 --- a/src/ext/cache/mod.rs +++ b/src/ext/cache/mod.rs @@ -361,7 +361,7 @@ impl Cache { /// [`Client::on_message`] event dispatch: /// /// ```rust,ignore - /// use serenity::cache::CACHE; + /// use serenity::client::CACHE; /// /// let cache = CACHE.read().unwrap(); /// |