aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/attachment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/channel/attachment.rs')
-rw-r--r--src/model/channel/attachment.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/channel/attachment.rs b/src/model/channel/attachment.rs
index f520cd4..1836498 100644
--- a/src/model/channel/attachment.rs
+++ b/src/model/channel/attachment.rs
@@ -1,9 +1,9 @@
#[cfg(feature = "model")]
use hyper::Client as HyperClient;
#[cfg(feature = "model")]
-use std::io::Read;
-#[cfg(feature = "model")]
use internal::prelude::*;
+#[cfg(feature = "model")]
+use std::io::Read;
/// A file uploaded with a message. Not to be confused with [`Embed`]s.
///