Skip to content

Commit

Permalink
Cargo clippy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhpreet committed Jun 13, 2024
1 parent 0f0bc74 commit 24eb2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alloc/allocext/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use libc::{MAP_ANONYMOUS, MAP_FIXED, MAP_NORESERVE, MAP_SHARED, PROT_NONE};
use self::std::process::abort;
use crate::{alloc::*, Prot};
use core::mem::{self, size_of};
use core::ptr::{self, null_mut, NonNull};
use core::ptr::{self, NonNull};
use core::slice;

use self::memfd_secret_alloc::*;
Expand Down

0 comments on commit 24eb2d8

Please sign in to comment.