Fix compiling with profiling feature enabled

This commit is contained in:
bjorn3
2025-09-07 13:20:19 +02:00
parent b7566e66bd
commit e42fc3811f
+1
View File
@@ -51,6 +51,7 @@
#![feature(array_chunks)]
#![feature(if_let_guard)]
#![feature(iterator_try_collect)]
#![feature(new_zeroed_alloc)]
#[macro_use]
extern crate alloc;