diff options
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 2212747..1e94d99 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -25,7 +25,7 @@ pub use self::voice::*; use self::utils::*; use std::collections::HashMap; use std::fmt; -use ::prelude::*; +use ::prelude_internal::*; use ::utils::decode_array; // All of the enums and structs are imported here. These are built from the |