aboutsummaryrefslogtreecommitdiff
path: root/src/client/gateway/shard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/gateway/shard.rs')
-rw-r--r--src/client/gateway/shard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gateway/shard.rs b/src/client/gateway/shard.rs
index 232d2c3..c026f0c 100644
--- a/src/client/gateway/shard.rs
+++ b/src/client/gateway/shard.rs
@@ -69,7 +69,7 @@ pub struct Shard {
ws_url: String,
/// The voice connections that this Shard is responsible for. The Shard will
/// update the voice connections' states.
- #[cfg(feature = "voice")]
+ #[cfg(feature="voice")]
pub manager: VoiceManager,
}