Skip to content

Commit

Permalink
fix(kernel): unbreak compilation on latest nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Anhad Singh <[email protected]>
  • Loading branch information
Andy-Python-Programmer committed Sep 7, 2024
1 parent f275662 commit c5f8114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aero_kernel/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
ptr_internals, // No tracking issue
linked_list_cursors, // https://github.com/rust-lang/rust/issues/58533
extern_types, // https://github.com/rust-lang/rust/issues/43467
new_uninit, // https://github.com/rust-lang/rust/issues/63291
step_trait, // https://github.com/rust-lang/rust/issues/42168
prelude_import, // No tracking issue
allocator_api, // https://github.com/rust-lang/rust/issues/32838
Expand All @@ -48,7 +47,7 @@
strict_provenance,
associated_type_defaults,
trait_upcasting,
asm_const,
new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396
sync_unsafe_cell
)]
// TODO(andypython): can we remove the dependency of "prelude_import" and "lang_items"?
Expand Down

0 comments on commit c5f8114

Please sign in to comment.