diff options
Diffstat (limited to 'src/model/id.rs')
| -rw-r--r-- | src/model/id.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/id.rs b/src/model/id.rs index c8eff69..967b18c 100644 --- a/src/model/id.rs +++ b/src/model/id.rs @@ -1,6 +1,6 @@ use super::*; use ::client::{STATE, http}; -use ::prelude::*; +use ::prelude_internal::*; impl ChannelId { /// Search the state for the channel with the Id. |