remove allow incomplete_feature
This commit is contained in:
parent
9e41aed178
commit
ac33c09578
@ -1,6 +1,5 @@
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
#![allow(incomplete_features)]
|
|
||||||
#![feature(naked_functions)]
|
#![feature(naked_functions)]
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![feature(inline_const)]
|
#![feature(inline_const)]
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#![feature(never_type)]
|
#![feature(never_type)]
|
||||||
#![feature(global_asm)]
|
#![feature(global_asm)]
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![allow(incomplete_features)]
|
|
||||||
#![feature(inline_const)]
|
#![feature(inline_const)]
|
||||||
#![feature(const_fn_trait_bound)]
|
#![feature(const_fn_trait_bound)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user