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/utils/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils/mod.rs') 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 { -- cgit v1.2.3