Skip to content

Commit 0be0228

Browse files
committed
rm unused imports gatewayprotocol
1 parent a84cd54 commit 0be0228

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gatewayprotocol.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
1+
use byteorder::ReadBytesExt;
22
use serde::{Deserialize, Serialize};
33
use std::io::Cursor;
44
use wasm_bindgen::prelude::*;
55

66
use super::gatewayprotocol_packets_structs::*;
7-
use super::lib_utils::read_prefixed_string_le;
87

98
#[wasm_bindgen]
109
#[derive(Serialize, Deserialize, Debug, Clone, Copy)]

0 commit comments

Comments
 (0)