library: Fix warnings in rtstartup

This commit is contained in:
Vadim Petrochenkov 2024-01-06 01:32:03 +03:00
parent b8c207435c
commit 0489fd05d8
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#![crate_type = "rlib"]
#![no_core]
#![allow(non_camel_case_types)]
#![allow(internal_features)]
#[lang = "sized"]
trait Sized {}

View file

@ -5,6 +5,7 @@
#![feature(auto_traits)]
#![crate_type = "rlib"]
#![no_core]
#![allow(internal_features)]
#[lang = "sized"]
trait Sized {}