aboutsummaryrefslogtreecommitdiff
path: root/src/commands/playback/types.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-01-24 19:03:37 -0500
committerNathan Perry <avaglir@gmail.com>2019-01-24 19:03:37 -0500
commit928fd4314db88c623ea991de4e6e669027f57848 (patch)
tree44099fa3a374e10c6e0e49c889a8197da50ac841 /src/commands/playback/types.rs
parent2c7c7c688593a758aed199ff7aedc54b3f2c34a1 (diff)
improve imports
Diffstat (limited to 'src/commands/playback/types.rs')
-rw-r--r--src/commands/playback/types.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/commands/playback/types.rs b/src/commands/playback/types.rs
index 2035bd9..9c1a878 100644
--- a/src/commands/playback/types.rs
+++ b/src/commands/playback/types.rs
@@ -1,7 +1,10 @@
+use std::{
+ sync::{Arc, RwLock},
+ collections::VecDeque,
+};
+
use serenity::client::bridge::voice::ClientVoiceManager;
use typemap::Key;
-use std::sync::{Arc, RwLock};
-use std::collections::VecDeque;
use either::{Either, Left, Right};