remove redundant imports and leftover log timestamp disabling thing

This commit is contained in:
りき萌 2025-06-13 20:41:55 +02:00
parent 845c9f0f5b
commit 667eef136e
4 changed files with 2 additions and 12 deletions

View file

@ -7,7 +7,7 @@ use std::{
slice,
};
use log::{debug, trace};
use log::trace;
#[unsafe(no_mangle)]
unsafe extern "C" fn __haku2_alloc(size: usize, align: usize) -> *mut u8 {