stabilize relaxed_struct_unsize

This commit is contained in:
lcnr 2021-10-30 15:56:02 +02:00
parent 2b643e9871
commit b40aa64e48
6 changed files with 16 additions and 70 deletions

View file

@ -589,9 +589,6 @@ declare_features! (
/// Allows `extern "C-cmse-nonsecure-call" fn()`.
(active, abi_c_cmse_nonsecure_call, "1.51.0", Some(81391), None),
/// Lessens the requirements for structs to implement `Unsize`.
(active, relaxed_struct_unsize, "1.51.0", Some(81793), None),
/// Allows associated types in inherent impls.
(incomplete, inherent_associated_types, "1.52.0", Some(8995), None),