Skip to content

Commit

Permalink
Remove some redudandant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cole14 committed Mar 23, 2024
1 parent 5634812 commit 2d845d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/elf_bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,10 @@ impl<'data, E: EndianParse> ElfBytes<'data, E> {
mod interface_tests {
use super::*;
use crate::abi::{SHT_GNU_HASH, SHT_NOBITS, SHT_NOTE, SHT_NULL, SHT_REL, SHT_RELA, SHT_STRTAB};
use crate::dynamic::Dyn;
use crate::endian::AnyEndian;
use crate::hash::sysv_hash;
use crate::note::{Note, NoteGnuAbiTag, NoteGnuBuildId};
use crate::relocation::Rela;
use crate::segment::ProgramHeader;

#[test]
fn simultaenous_segments_parsing() {
Expand Down
1 change: 0 additions & 1 deletion src/elf_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ mod interface_tests {
use crate::hash::SysVHashTable;
use crate::note::{Note, NoteGnuAbiTag, NoteGnuBuildId};
use crate::relocation::Rela;
use crate::symbol::Symbol;

#[test]
fn test_open_stream() {
Expand Down
1 change: 0 additions & 1 deletion src/note.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ impl ParseAt for NoteHeader {
#[cfg(test)]
mod parse_tests {
use super::*;
use crate::abi;
use crate::endian::{BigEndian, LittleEndian};

#[test]
Expand Down

0 comments on commit 2d845d7

Please sign in to comment.