aboutsummaryrefslogtreecommitdiff
path: root/src/model/id.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-14 18:23:29 -0800
committerAustin Hellyer <[email protected]>2016-11-14 18:23:29 -0800
commit80ec9fe2b19f05871d134c9b08d4fc607ec37af6 (patch)
treea18af5274a1fce359004fbcd4f9fd2267904ba90 /src/model/id.rs
parentEmbedAuthor 'url' is optional (diff)
downloadserenity-80ec9fe2b19f05871d134c9b08d4fc607ec37af6.tar.xz
serenity-80ec9fe2b19f05871d134c9b08d4fc607ec37af6.zip
Add internal module
Create a general `internal` module, and move `prelude_internal` to `internal::prelude`.
Diffstat (limited to 'src/model/id.rs')
-rw-r--r--src/model/id.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/id.rs b/src/model/id.rs
index faeccd3..0d9fb32 100644
--- a/src/model/id.rs
+++ b/src/model/id.rs
@@ -1,6 +1,6 @@
use super::*;
use ::client::{STATE, http};
-use ::prelude_internal::*;
+use ::internal::prelude::*;
impl ChannelId {
/// Search the state for the channel with the Id.