@@ -121,22 +121,22 @@ These APIs are now stable in const contexts:
121
121
- [`UnsafeCell::into_inner`](https://doc.rust-lang.org/stable/core/cell/struct.UnsafeCell.html#method.into_inner)
122
122
- [`array::from_mut`](https://doc.rust-lang.org/stable/core/array/fn.from_mut.html)
123
123
- [`char::encode_utf8`](https://doc.rust-lang.org/stable/core/primitive.char.html#method.encode_utf8)
124
- - [`$ float::classify`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.classify)
125
- - [`$ float::is_finite`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_finite)
126
- - [`$ float::is_infinite`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_infinite)
127
- - [`$ float::is_nan`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_nan)
128
- - [`$ float::is_normal`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_normal)
129
- - [`$ float::is_sign_negative`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_sign_negative)
130
- - [`$ float::is_sign_positive`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_sign_positive)
131
- - [`$ float::is_subnormal`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_subnormal)
132
- - [`$ float::from_bits`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_bits)
133
- - [`$ float::from_be_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_be_bytes)
134
- - [`$ float::from_le_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_le_bytes)
135
- - [`$ float::from_ne_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_ne_bytes)
136
- - [`$ float::to_bits`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_bits)
137
- - [`$ float::to_be_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_be_bytes)
138
- - [`$ float::to_le_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_le_bytes)
139
- - [`$ float::to_ne_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_ne_bytes)
124
+ - [`{ float} ::classify`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.classify)
125
+ - [`{ float} ::is_finite`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_finite)
126
+ - [`{ float} ::is_infinite`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_infinite)
127
+ - [`{ float} ::is_nan`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_nan)
128
+ - [`{ float} ::is_normal`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_normal)
129
+ - [`{ float} ::is_sign_negative`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_sign_negative)
130
+ - [`{ float} ::is_sign_positive`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_sign_positive)
131
+ - [`{ float} ::is_subnormal`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.is_subnormal)
132
+ - [`{ float} ::from_bits`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_bits)
133
+ - [`{ float} ::from_be_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_be_bytes)
134
+ - [`{ float} ::from_le_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_le_bytes)
135
+ - [`{ float} ::from_ne_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.from_ne_bytes)
136
+ - [`{ float} ::to_bits`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_bits)
137
+ - [`{ float} ::to_be_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_be_bytes)
138
+ - [`{ float} ::to_le_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_le_bytes)
139
+ - [`{ float} ::to_ne_bytes`](https://doc.rust-lang.org/stable/core/primitive.f64.html#method.to_ne_bytes)
140
140
- [`mem::replace`](https://doc.rust-lang.org/stable/core/mem/fn.replace.html)
141
141
- [`ptr::replace`](https://doc.rust-lang.org/stable/core/ptr/fn.replace.html)
142
142
- [`ptr::slice_from_raw_parts_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.slice_from_raw_parts_mut.html)
0 commit comments