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 81750a0..fc226f9 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -27,7 +27,7 @@ pub use self::webhook::*; use self::utils::*; use std::collections::HashMap; use std::fmt; -use ::prelude_internal::*; +use ::internal::prelude::*; use ::utils::decode_array; // All of the enums and structs are imported here. These are built from the |