aboutsummaryrefslogtreecommitdiff
path: root/src/voice/threading.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-12-16 13:20:08 -0800
committerZeyla Hellyer <[email protected]>2017-12-16 13:20:08 -0800
commit1a178fad3ce28fe2b8f1e525446570afab8f766c (patch)
tree1fd6c36172af7643de788b2727488c20b43d4286 /src/voice/threading.rs
parentAttempt to restart failed shard boots (diff)
downloadserenity-1a178fad3ce28fe2b8f1e525446570afab8f766c.tar.xz
serenity-1a178fad3ce28fe2b8f1e525446570afab8f766c.zip
Fix voice feature compilation
Diffstat (limited to 'src/voice/threading.rs')
-rw-r--r--src/voice/threading.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voice/threading.rs b/src/voice/threading.rs
index 931fc91..39b72ed 100644
--- a/src/voice/threading.rs
+++ b/src/voice/threading.rs
@@ -1,5 +1,5 @@
use internal::Timer;
-use model::GuildId;
+use model::id::GuildId;
use std::sync::mpsc::{Receiver as MpscReceiver, TryRecvError};
use std::thread::Builder as ThreadBuilder;
use super::connection::Connection;