style: remove unused imports

This commit is contained in:
spacemeowx2 2020-12-14 02:54:19 +08:00
parent 0e00d1cda7
commit c9c5624f12

View File

@ -1,8 +1,5 @@
use std::borrow::Cow;
use std::cmp::Ordering;
use std::{
borrow::Cow,
io::{Cursor, Write},
};
use xmas_elf::program::{SegmentData, Type};
use xmas_elf::ElfFile;