Skip to content

Commit

Permalink
seed_riscv: fix build on latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWoods committed Apr 4, 2024
1 parent 82454c1 commit 4eef6c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/hal_riscv/src/paging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* SPDX-License-Identifier: MPL-2.0
*/

//! RISC-V paging. Currently we only support `Sv48`.

use crate::hw::csr::Satp;
use bit_field::BitField;
use bitflags::bitflags;
Expand Down
2 changes: 1 addition & 1 deletion seed/seed_riscv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#![no_std]
#![no_main]
#![feature(pointer_is_aligned, panic_info_message, const_mut_refs, strict_provenance, fn_align)]
#![feature(pointer_is_aligned_to, panic_info_message, const_mut_refs, strict_provenance, fn_align)]

extern crate alloc;

Expand Down

0 comments on commit 4eef6c7

Please sign in to comment.