From 928fd4314db88c623ea991de4e6e669027f57848 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Jan 2019 19:03:37 -0500 Subject: improve imports --- src/commands/playback/types.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/commands/playback/types.rs') 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}; -- cgit v1.3.1