Skip to content

Commit 7f9a541

Browse files
committed
remove pointless rustc_const_unstable on trait impls
1 parent 7f4b270 commit 7f9a541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/ptr/alignment.rs

Lines changed: 0 additions & 2 deletions
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)