Skip to content

Commit

Permalink
remove pointless rustc_const_unstable on trait impls
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 8, 2024
1 parent 796ae33 commit e954412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/ptr/alignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ impl From<Alignment> for usize {
}
}

#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
impl cmp::Ord for Alignment {
#[inline]
Expand All @@ -208,7 +207,6 @@ impl cmp::Ord for Alignment {
}
}

#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
impl cmp::PartialOrd for Alignment {
#[inline]
Expand Down

0 comments on commit e954412

Please sign in to comment.