aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/mod.rs b/src/internal/mod.rs
index 9dd4676..591419b 100644
--- a/src/internal/mod.rs
+++ b/src/internal/mod.rs
@@ -1,8 +1,8 @@
pub mod prelude;
pub mod ws_impl;
-#[cfg(feature = "voice")]
+#[cfg(feature="voice")]
mod timer;
-#[cfg(feature = "voice")]
+#[cfg(feature="voice")]
pub use self::timer::Timer;