aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/unsignedint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/primitive/unsignedint.rs')
-rw-r--r--src/primitive/unsignedint.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitive/unsignedint.rs b/src/primitive/unsignedint.rs
index 6e91e2a..90ec696 100644
--- a/src/primitive/unsignedint.rs
+++ b/src/primitive/unsignedint.rs
@@ -8,7 +8,7 @@ use std::vec::Vec;
use failure::Error;
use crate::error::ProtocolError;
-use crate::{Deserialize, Serialize};
+use crate::{deserialize::*, serialize::*};
impl Serialize for bool {
fn serialize(&self) -> Result<Vec<u8>, Error> {