Adjust for Rust unstable feature's stability change

This commit is contained in:
Zhang Junyang
2024-06-20 15:55:36 +00:00
committed by Tate, Hongliang Tian
parent 5c524348de
commit ab1d931cb7
9 changed files with 21 additions and 19 deletions

View File

@ -30,6 +30,7 @@
#![deny(unsafe_code)]
#![feature(fn_traits)]
#![feature(step_trait)]
#![feature(trait_upcasting)]
#![allow(dead_code)]
extern crate alloc;