Skip to content

Commit

Permalink
Fix unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
torkleyy committed Jun 10, 2019
1 parent 8529864 commit 5574365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst_network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where
mod tests {
use crate::{
deserialize_event,
net_event::{NetEvent, NetPacket},
net_event::NetPacket,
serialize_packet,
};
use laminar::{DeliveryGuarantee, OrderingGuarantee};
Expand Down

0 comments on commit 5574365

Please sign in to comment.