From 0784dd2164655cc189dae8cef516db3f6fdc8ede Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Sat, 26 Nov 2016 11:16:54 -0800 Subject: 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. --- src/ext/cache/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ext/cache') 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>(&self, id: C) -> Option<&GuildChannel> { let id = id.into(); -- cgit v1.2.3