Remove the linkage feature usage for ostd::main

This commit is contained in:
Zhang Junyang
2024-10-04 23:16:19 +08:00
committed by Tate, Hongliang Tian
parent 131a25c15c
commit a716763772
6 changed files with 5 additions and 14 deletions

View File

@ -1,6 +1,4 @@
#![no_std]
// The feature `linkage` is required for `ostd::main` to work.
#![feature(linkage)]
#![deny(unsafe_code)]
use ostd::prelude::*;