rt: add missing feature to #![features(...)]
This commit is contained in:
parent
ed7f6c2f46
commit
238e2b98c9
@ -1,5 +1,5 @@
|
||||
//! Yggdrasil OS application runtime
|
||||
#![feature(rustc_private, decl_macro, f128, linkage)]
|
||||
#![feature(rustc_private, decl_macro, f128, linkage, naked_functions)]
|
||||
#![no_std]
|
||||
#![deny(missing_docs)]
|
||||
#![allow(nonstandard_style)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user