clippy things

This commit is contained in:
Folkert 2022-09-29 00:27:28 +02:00
parent 1254c9f8db
commit 1a7025b20c
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 1 additions and 17 deletions

View file

@ -1057,9 +1057,6 @@ fn write_section_header(
mod test {
const PE_DYNHOST: &[u8] = include_bytes!("../dynhost_benchmarks_windows.exe") as &[_];
use std::ops::Deref;
use object::pe::ImageFileHeader;
use object::read::pe::PeFile64;
use object::{pe, LittleEndian as LE, Object};