File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ mod uint {
137137#[path = "uint-template"]
138138mod u8 {
139139 pub use inst::is_ascii;
140-
141140 #[path = "u8.rs"]
142141 mod inst;
143142}
@@ -170,7 +169,6 @@ mod float;
170169mod f32;
171170mod f64;
172171mod str;
173- #[legacy_exports]
174172mod ptr;
175173#[legacy_exports]
176174mod vec;
@@ -186,7 +184,6 @@ mod uniq;
186184mod ops;
187185mod cmp;
188186mod num;
189- #[legacy_exports]
190187mod hash;
191188#[legacy_exports]
192189mod either;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ use libc::{c_void, size_t};
66#[ nolink]
77#[ abi = "cdecl" ]
88extern mod libc_ {
9- #[ legacy_exports] ;
109 #[ rust_stack]
1110 fn memcpy ( dest : * mut c_void , src : * const c_void ,
1211 n : libc:: size_t ) -> * c_void ;
@@ -22,7 +21,6 @@ extern mod libc_ {
2221
2322#[ abi = "rust-intrinsic" ]
2423extern mod rusti {
25- #[ legacy_exports] ;
2624 fn addr_of < T > ( val : T ) -> * T ;
2725}
2826
You can’t perform that action at this time.
0 commit comments