From a658105f7499efe994280906e85fd51c2b70c3a7 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Sun, 8 Jan 2017 08:45:17 -0800 Subject: Code style cleanup --- src/ext/cache/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/cache') 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 -- cgit v1.2.3