We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![warn(unreachable_pub)]
1 parent 7e3f5d5 commit e82f2a3Copy full SHA for e82f2a3
rtstartup/rsbegin.rs
@@ -19,6 +19,7 @@
19
#![no_core]
20
#![allow(non_camel_case_types)]
21
#![allow(internal_features)]
22
+#![warn(unreachable_pub)]
23
24
#[lang = "sized"]
25
trait Sized {}
rtstartup/rsend.rs
@@ -6,6 +6,7 @@
6
#![crate_type = "rlib"]
7
8
9
10
11
12
0 commit comments