Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rice7th committed Feb 26, 2024
1 parent 6feb361 commit 3406f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/libc.rs
Expand Up @@ -3,7 +3,7 @@
use alloc::boxed::Box;
use core::ffi::c_void;
use core::mem::{size_of, transmute, zeroed};
use core::ptr::{from_exposed_addr_mut, without_provenance_mut, null_mut, NonNull};
use core::ptr::{from_exposed_addr_mut, null_mut, without_provenance_mut, NonNull};
use core::slice;
use rustix::io;

Expand Down

0 comments on commit 3406f17

Please sign in to comment.