Skip to content

Commit

Permalink
library: Fix warnings in rtstartup
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Jan 5, 2024
1 parent b8c2074 commit 0489fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/rtstartup/rsbegin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#![crate_type = "rlib"]
#![no_core]
#![allow(non_camel_case_types)]
#![allow(internal_features)]

#[lang = "sized"]
trait Sized {}
Expand Down
1 change: 1 addition & 0 deletions library/rtstartup/rsend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![feature(auto_traits)]
#![crate_type = "rlib"]
#![no_core]
#![allow(internal_features)]

#[lang = "sized"]
trait Sized {}
Expand Down

0 comments on commit 0489fd0

Please sign in to comment.