Skip to content

Commit 227d520

Browse files
frame: seperate the bit logic to bitmap struct
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 6e8c5e9 commit 227d520

File tree

4 files changed

+262
-104
lines changed

4 files changed

+262
-104
lines changed

src/aero_kernel/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
box_syntax,
4040
step_trait,
4141
const_btree_new,
42-
prelude_import
42+
prelude_import,
43+
allocator_api,
44+
nonnull_slice_from_raw_parts
4345
)]
4446
#![deny(trivial_numeric_casts, unused_allocation)]
4547
#![test_runner(crate::tests::test_runner)]

0 commit comments

Comments
 (0)