Add basic f16 and f128 modules
Create empty modules so `rustdoc` has someplace to link to for these types.
This commit is contained in:
@@ -347,6 +347,10 @@ pub mod u8;
|
||||
#[path = "num/shells/usize.rs"]
|
||||
pub mod usize;
|
||||
|
||||
#[path = "num/f128.rs"]
|
||||
pub mod f128;
|
||||
#[path = "num/f16.rs"]
|
||||
pub mod f16;
|
||||
#[path = "num/f32.rs"]
|
||||
pub mod f32;
|
||||
#[path = "num/f64.rs"]
|
||||
|
||||
Reference in New Issue
Block a user