aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1a41cce..418400f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,11 +15,11 @@ pub mod types;
pub mod utils;
pub mod uuid;
pub mod v1_15_2;
-
mod chat;
+mod byte_order;
pub use deserialize::*;
pub use serialize::*;
#[cfg(all(test, feature = "std"))]
-mod test_macros; \ No newline at end of file
+mod test_macros;