@@ -1760,7 +1760,6 @@ pub mod math {
17601760 /// # Examples
17611761 ///
17621762 /// ```
1763- /// #![feature(core_float_math)]
17641763 ///
17651764 /// use core::f32;
17661765 ///
@@ -1790,7 +1789,6 @@ pub mod math {
17901789 /// # Examples
17911790 ///
17921791 /// ```
1793- /// #![feature(core_float_math)]
17941792 ///
17951793 /// use core::f32;
17961794 ///
@@ -1819,7 +1817,6 @@ pub mod math {
18191817 /// # Examples
18201818 ///
18211819 /// ```
1822- /// #![feature(core_float_math)]
18231820 ///
18241821 /// use core::f32;
18251822 ///
@@ -1854,7 +1851,6 @@ pub mod math {
18541851 /// # Examples
18551852 ///
18561853 /// ```
1857- /// #![feature(core_float_math)]
18581854 ///
18591855 /// use core::f32;
18601856 ///
@@ -1886,7 +1882,6 @@ pub mod math {
18861882 /// # Examples
18871883 ///
18881884 /// ```
1889- /// #![feature(core_float_math)]
18901885 ///
18911886 /// use core::f32;
18921887 ///
@@ -1917,7 +1912,6 @@ pub mod math {
19171912 /// # Examples
19181913 ///
19191914 /// ```
1920- /// #![feature(core_float_math)]
19211915 ///
19221916 /// use core::f32;
19231917 ///
@@ -1948,7 +1942,6 @@ pub mod math {
19481942 ///
19491943 /// ```
19501944 /// # #![allow(unused_features)]
1951- /// #![feature(core_float_math)]
19521945 ///
19531946 /// # // FIXME(#140515): mingw has an incorrect fma
19541947 /// # // https://sourceforge.net/p/mingw-w64/bugs/848/
@@ -1994,7 +1987,6 @@ pub mod math {
19941987 /// # Examples
19951988 ///
19961989 /// ```
1997- /// #![feature(core_float_math)]
19981990 ///
19991991 /// use core::f32;
20001992 ///
@@ -2026,7 +2018,6 @@ pub mod math {
20262018 /// # Examples
20272019 ///
20282020 /// ```
2029- /// #![feature(core_float_math)]
20302021 ///
20312022 /// use core::f32;
20322023 ///
@@ -2058,7 +2049,6 @@ pub mod math {
20582049 /// # Examples
20592050 ///
20602051 /// ```
2061- /// #![feature(core_float_math)]
20622052 ///
20632053 /// use core::f32;
20642054 ///
@@ -2085,7 +2075,6 @@ pub mod math {
20852075 /// # Examples
20862076 ///
20872077 /// ```
2088- /// #![feature(core_float_math)]
20892078 ///
20902079 /// use core::f32;
20912080 ///
@@ -2115,7 +2104,6 @@ pub mod math {
21152104 /// # Examples
21162105 ///
21172106 /// ```
2118- /// #![feature(core_float_math)]
21192107 ///
21202108 /// use core::f32;
21212109 ///
@@ -2162,7 +2150,6 @@ pub mod math {
21622150 /// # Examples
21632151 ///
21642152 /// ```
2165- /// #![feature(core_float_math)]
21662153 ///
21672154 /// use core::f32;
21682155 ///
0 commit comments