Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xphen committed Nov 6, 2023
1 parent ad000de commit 8f4b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/ethernet_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use super::{
errors::ParserError,
ipv4::Ipv4Packet,
ipv6::Ipv6Packet,
utils::{read_arbitrary_length, read_u128, read_u16, read_u32},
utils::{read_arbitrary_length, read_u128, read_u16},
};

use std::fmt;
Expand Down

0 comments on commit 8f4b4d9

Please sign in to comment.