aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-26 13:16:42 -0800
committerAustin Hellyer <[email protected]>2016-11-26 13:16:42 -0800
commit6328384eaff00cb1c8c91e95d5550c39d561bd1f (patch)
tree9b50c0dd95be3104439e1fd6dc27fa7d20cafbc1 /src/model
parentAdd a bit more docs (diff)
downloadserenity-6328384eaff00cb1c8c91e95d5550c39d561bd1f.tar.xz
serenity-6328384eaff00cb1c8c91e95d5550c39d561bd1f.zip
Voice example no longer requires 'extras'
Diffstat (limited to 'src/model')
-rw-r--r--src/model/gateway.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/gateway.rs b/src/model/gateway.rs
index cda1c59..101f050 100644
--- a/src/model/gateway.rs
+++ b/src/model/gateway.rs
@@ -1,7 +1,6 @@
use super::utils::*;
use super::*;
use ::internal::prelude::*;
-use ::utils::decode_array;
impl Game {
#[cfg(feature="methods")]