Skip to content

Commit

Permalink
elf: fix re-export warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Apr 27, 2024
1 parent 396a76b commit 2fc0c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/elf/reloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ macro_rules! elf_reloc {
macro_rules! elf_rela_std_impl {
($size:ident, $isize:ty) => {
if_alloc! {
use crate::elf::reloc::Reloc;

use core::slice;

if_std! {
Expand Down

0 comments on commit 2fc0c79

Please sign in to comment.