Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 17, 2023
1 parent 6fcfd8a commit ebcf4b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yara-x/src/re/instr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ solely matches the `0xAA` byte.

use std::fmt::{Display, Formatter};
use std::io::{Cursor, Read, Seek, SeekFrom, Write};
use std::mem;
use std::mem::size_of;
use std::num::NonZeroU32;
use std::u8;
Expand Down

0 comments on commit ebcf4b2

Please sign in to comment.