about summary refs log tree commit diff
path: root/library/core/src/ptr/alignment.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-09-08 08:45:41 +0200
committerRalf Jung <post@ralfj.de>2024-09-08 08:45:41 +0200
commit7f9a541059b1bf5322e94668792e933a48975917 (patch)
tree538974689e1a9fe6f96e98997ecca744eaca8095 /library/core/src/ptr/alignment.rs
parent7f4b270aa49823ef142018e969fccb7eea4a7ea6 (diff)
downloadrust-7f9a541059b1bf5322e94668792e933a48975917.tar.gz
rust-7f9a541059b1bf5322e94668792e933a48975917.zip
remove pointless rustc_const_unstable on trait impls
Diffstat (limited to 'library/core/src/ptr/alignment.rs')
-rw-r--r--library/core/src/ptr/alignment.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/ptr/alignment.rs b/library/core/src/ptr/alignment.rs
index 19fe03d57cc..834cec9dcfc 100644
--- a/library/core/src/ptr/alignment.rs
+++ b/library/core/src/ptr/alignment.rs
@@ -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]
@@ -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]