remove now unnecessary lang items

This commit is contained in:
lcnr
2022-03-15 16:56:28 +01:00
parent 983c12f7f6
commit afbecc0f68
18 changed files with 51 additions and 90 deletions

View File

@@ -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.
///