File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ pub use core_collections::vec;
422422#[ stable( feature = "rust1" , since = "1.0.0" ) ]
423423pub use rustc_unicode:: char;
424424
425- # [ path = "num/f32.rs" ] pub mod f32;
426- # [ path = "num/f64.rs" ] pub mod f64;
425+ pub mod f32;
426+ pub mod f64;
427427
428428#[ macro_use]
429429pub mod thread;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ const EXCEPTION_PATHS: &'static [&'static str] = &[
6565 // temporary exceptions
6666 "src/libstd/rtdeps.rs" , // Until rustbuild replaces make
6767 "src/libstd/path.rs" ,
68- "src/libstd/num/ f32.rs" ,
69- "src/libstd/num/ f64.rs" ,
68+ "src/libstd/f32.rs" ,
69+ "src/libstd/f64.rs" ,
7070 "src/libstd/sys_common/mod.rs" ,
7171 "src/libstd/sys_common/net.rs" ,
7272 "src/libterm" , // Not sure how to make this crate portable, but test needs it
You can’t perform that action at this time.
0 commit comments