remove pointless rustc_const_unstable on trait impls · qinheping/verify-rust-std@e954412 (original) (raw)

Original file line number Diff line number Diff line change
@@ -199,7 +199,6 @@ impl From for usize {
199 199 }
200 200 }
201 201
202 -#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
203 202 #[unstable(feature = "ptr_alignment_type", issue = "102070")]
204 203 impl cmp::Ord for Alignment {
205 204 #[inline]
@@ -208,7 +207,6 @@ impl cmp::Ord for Alignment {
208 207 }
209 208 }
210 209
211 -#[rustc_const_unstable(feature = "const_alloc_layout", issue = "67521")]
212 210 #[unstable(feature = "ptr_alignment_type", issue = "102070")]
213 211 impl cmp::PartialOrd for Alignment {
214 212 #[inline]