mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Adjust for Rust unstable feature's stability change
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5c524348de
commit
ab1d931cb7
@ -30,6 +30,7 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(fn_traits)]
|
||||
#![feature(step_trait)]
|
||||
#![feature(trait_upcasting)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
extern crate alloc;
|
||||
|
Reference in New Issue
Block a user