Apply more Clippy rules (#505)

This commit is contained in:
Yota Toyama
2025-12-14 23:16:09 -08:00
committed by GitHub
parent 9601345035
commit 667bba4e3c
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ extern crate alloc;
mod error;
use alloc::alloc::{GlobalAlloc, Layout};
use core::alloc::{GlobalAlloc, Layout};
use core::ptr::null;
use libc::{c_int, c_void, size_t};