mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Remove the linkage feature usage for ostd::main
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
131a25c15c
commit
a716763772
@ -1,6 +1,4 @@
|
||||
#![no_std]
|
||||
// The feature `linkage` is required for `ostd::main` to work.
|
||||
#![feature(linkage)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use ostd::prelude::*;
|
||||
|
Reference in New Issue
Block a user