rtstartup: add #![warn(unreachable_pub)]
This commit is contained in:
parent
477ef65121
commit
0f30662147
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#![no_core]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(internal_features)]
|
||||
#![warn(unreachable_pub)]
|
||||
|
||||
#[lang = "sized"]
|
||||
trait Sized {}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
#![no_core]
|
||||
#![allow(internal_features)]
|
||||
#![warn(unreachable_pub)]
|
||||
|
||||
#[lang = "sized"]
|
||||
trait Sized {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue