Fix compile error caused by updated Step::steps_between in Rust

This commit is contained in:
Marsman1996
2024-11-30 18:58:18 +08:00
committed by Tate, Hongliang Tian
parent 5e35704e38
commit 6d3bb5a9d0
10 changed files with 14 additions and 18 deletions

View File

@ -3,7 +3,6 @@
//! The framebuffer of Asterinas.
#![no_std]
#![deny(unsafe_code)]
#![feature(strict_provenance)]
extern crate alloc;