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 @@ -422,8 +422,8 @@ pub use core_collections::vec;
422
422
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
423
423
pub use rustc_unicode:: char;
424
424
425
- # [ path = "num/f32.rs" ] pub mod f32;
426
- # [ path = "num/f64.rs" ] pub mod f64;
425
+ pub mod f32;
426
+ pub mod f64;
427
427
428
428
#[ macro_use]
429
429
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