mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
clippy things
This commit is contained in:
parent
1254c9f8db
commit
1a7025b20c
3 changed files with 1 additions and 17 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue