diff options
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 790e378..c3dd233 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -142,6 +142,7 @@ pub enum Channel { /// /// This is used to differentiate whether a guild itself can be used or whether /// a guild needs to be retrieved from the cache. +#[allow(large_enum_variant)] pub enum GuildContainer { /// A guild which can have its contents directly searched. Guild(PartialGuild), |