File tree 5 files changed +4
-4
lines changed
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 @@ -423,8 +423,8 @@ pub use core_collections::vec;
423
423
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
424
424
pub use rustc_unicode:: char;
425
425
426
- # [ path = "num/f32.rs" ] pub mod f32;
427
- # [ path = "num/f64.rs" ] pub mod f64;
426
+ pub mod f32;
427
+ pub mod f64;
428
428
429
429
#[ macro_use]
430
430
pub 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] = &[
65
65
// temporary exceptions
66
66
"src/libstd/rtdeps.rs" , // Until rustbuild replaces make
67
67
"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" ,
70
70
"src/libstd/sys_common/mod.rs" ,
71
71
"src/libstd/sys_common/net.rs" ,
72
72
"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