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 8f4b4d9 commit f6233c5
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 @@ -25,7 +25,7 @@ use super::{
};

use std::fmt;
use std::io::{Cursor, Seek, SeekFrom};
use std::io::Cursor;

const MAC_ADDRESS_BYTES: usize = 6;

Expand Down

0 comments on commit f6233c5

Please sign in to comment.