aboutsummaryrefslogtreecommitdiff
path: root/src/internal/mod.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-07-27 06:42:48 +0200
committeracdenisSK <[email protected]>2017-07-27 07:30:23 +0200
commit550030264952f0e0043b63f4582bb817ef8bbf37 (patch)
treeb921e2f78fd603a5ca671623083a32806fd16090 /src/internal/mod.rs
parentUse a consistent indentation style (diff)
downloadserenity-550030264952f0e0043b63f4582bb817ef8bbf37.tar.xz
serenity-550030264952f0e0043b63f4582bb817ef8bbf37.zip
rustfmt
Diffstat (limited to 'src/internal/mod.rs')
-rw-r--r--src/internal/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/internal/mod.rs b/src/internal/mod.rs
index f0b65d8..2ff8067 100644
--- a/src/internal/mod.rs
+++ b/src/internal/mod.rs
@@ -3,11 +3,11 @@ pub mod macros;
pub mod prelude;
-#[cfg(feature="gateway")]
+#[cfg(feature = "gateway")]
pub mod ws_impl;
-#[cfg(feature="voice")]
+#[cfg(feature = "voice")]
mod timer;
-#[cfg(feature="voice")]
+#[cfg(feature = "voice")]
pub use self::timer::Timer;