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/utils/mod.rs | |
| 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/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index cb97a58..2356ece 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -8,7 +8,6 @@ pub mod builder; mod colour; -#[cfg(feature = "extras")] mod message_builder; pub use self::colour::Colour; @@ -20,7 +19,6 @@ use std::io::Read; use std::path::Path; use ::internal::prelude::*; -#[cfg(feature = "extras")] pub use self::message_builder::MessageBuilder; macro_rules! cdn_concat { |