diff options
| author | Zeyla Hellyer <[email protected]> | 2017-11-11 10:05:33 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-11-11 10:05:33 -0800 |
| commit | 348d52b50780109a77a5223d2ede8e0b9a490cfd (patch) | |
| tree | 1049f8ab6be8f9b22ec69a3746ae37a90c6f6a62 /src/voice/payload.rs | |
| parent | Simplify Error's `Display` impl (diff) | |
| download | serenity-348d52b50780109a77a5223d2ede8e0b9a490cfd.tar.xz serenity-348d52b50780109a77a5223d2ede8e0b9a490cfd.zip | |
Re-order use statements alphabetically
Diffstat (limited to 'src/voice/payload.rs')
| -rw-r--r-- | src/voice/payload.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voice/payload.rs b/src/voice/payload.rs index 0096ebe..cef19cd 100644 --- a/src/voice/payload.rs +++ b/src/voice/payload.rs @@ -1,6 +1,6 @@ +use constants::VoiceOpCode; use serde_json::Value; use super::connection_info::ConnectionInfo; -use constants::VoiceOpCode; #[inline] pub fn build_identify(info: &ConnectionInfo) -> Value { |