diff options
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 7d6255e..6d68bf9 100644 --- a/src/ext/cache/mod.rs +++ b/src/ext/cache/mod.rs @@ -114,7 +114,7 @@ use ::model::event::*; /// [`Guild`]: ../../model/struct.Guild.html /// [`Role`]: ../../model/struct.Role.html /// [`rest`]: ../../client/rest/index.html -#[derive(Debug, Clone)] +#[derive(Clone, Debug)] pub struct Cache { /// A map of the currently active calls that the current user knows about, /// where the key is the Id of the [`PrivateChannel`] or [`Group`] hosting |