Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Fixed: Nightly update breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed Aug 31, 2024
1 parent a032416 commit 873c106
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions hypervisor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

#![no_std]
#![feature(allocator_api)]
#![feature(new_uninit)]
#![feature(const_trait_impl)]
#![feature(const_mut_refs)]
#![feature(naked_functions)]
#![feature(asm_const)]
#![feature(once_cell_try)]
#![feature(decl_macro)]
#![feature(new_zeroed_alloc)]

extern crate alloc;
extern crate static_assertions;
Expand Down
1 change: 0 additions & 1 deletion uefi/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// within a UEFI application. It demonstrates advanced features such as custom panic handlers,
// early logging, and direct manipulation of loaded image properties for hypervisor initialization.

#![feature(new_uninit)]
#![no_main]
#![no_std]

Expand Down

0 comments on commit 873c106

Please sign in to comment.