remove now unnecessary lang items
This commit is contained in:
@@ -28,7 +28,7 @@ pub use core::f32::{
|
||||
};
|
||||
|
||||
#[cfg(not(test))]
|
||||
#[lang = "f32_runtime"]
|
||||
#[cfg_attr(bootstrap, lang = "f32_runtime")]
|
||||
impl f32 {
|
||||
/// Returns the largest integer less than or equal to a number.
|
||||
///
|
||||
|
||||
@@ -28,7 +28,7 @@ pub use core::f64::{
|
||||
};
|
||||
|
||||
#[cfg(not(test))]
|
||||
#[lang = "f64_runtime"]
|
||||
#[cfg_attr(bootstrap, lang = "f64_runtime")]
|
||||
impl f64 {
|
||||
/// Returns the largest integer less than or equal to a number.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user