Fix many clippy lints
This commit is contained in:
@@ -417,5 +417,6 @@ pub unsafe fn init_inner(auxvs: Box<[[usize; 2]]>) {
|
||||
redox_rt::sys::swap_umask((umask as u32) & u32::from(MODE_PERM) & !(S_ISVTX as u32));
|
||||
}
|
||||
}
|
||||
#[expect(clippy::boxed_local)]
|
||||
#[cfg(not(target_os = "redox"))]
|
||||
pub unsafe fn init(auxvs: Box<[[usize; 2]]>) {}
|
||||
|
||||
Reference in New Issue
Block a user