We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796ae33 commit e954412Copy full SHA for e954412
core/src/ptr/alignment.rs
@@ -199,7 +199,6 @@ impl From<Alignment> for usize {
199
}
200
201
202
-#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
203
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
204
impl cmp::Ord for Alignment {
205
#[inline]
@@ -208,7 +207,6 @@ impl cmp::Ord for Alignment {
208
207
209
210
211
212
213
impl cmp::PartialOrd for Alignment {
214
0 commit comments