Skip to content

Commit e954412

Browse files
committed
remove pointless rustc_const_unstable on trait impls
1 parent 796ae33 commit e954412

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/ptr/alignment.rs

-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ impl From<Alignment> for usize {
199199
}
200200
}
201201

202-
#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
203202
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
204203
impl cmp::Ord for Alignment {
205204
#[inline]
@@ -208,7 +207,6 @@ impl cmp::Ord for Alignment {
208207
}
209208
}
210209

211-
#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
212210
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
213211
impl cmp::PartialOrd for Alignment {
214212
#[inline]

0 commit comments

Comments
 (0)