diff options
| author | Austin Hellyer <[email protected]> | 2016-11-26 11:16:54 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-26 11:16:54 -0800 |
| commit | 0784dd2164655cc189dae8cef516db3f6fdc8ede (patch) | |
| tree | 23b4934463875c69d076320173d4fac79e896b5f /src/ext/cache | |
| parent | Tiny import re-order (diff) | |
| download | serenity-0784dd2164655cc189dae8cef516db3f6fdc8ede.tar.xz serenity-0784dd2164655cc189dae8cef516db3f6fdc8ede.zip | |
Remove the 'extras' feature flag
There aren't many things behind this flag (6), and it only causes
annoyances for locally-generated docs, which won't show these
mostly-useful items behind the flag.
Diffstat (limited to 'src/ext/cache')
| -rw-r--r-- | src/ext/cache/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext/cache/mod.rs b/src/ext/cache/mod.rs index ac0946b..0552a14 100644 --- a/src/ext/cache/mod.rs +++ b/src/ext/cache/mod.rs @@ -132,7 +132,6 @@ impl Cache { self.guilds.get(&id.into()) } - #[cfg(feature = "extras")] pub fn get_guild_channel<C: Into<ChannelId>>(&self, id: C) -> Option<&GuildChannel> { let id = id.into(); |