Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomcc
Remove the old `ValidAlign` name Since it looks like there won't be any reverts needed in `Layout` for https://github.com/rust-lang/rust/issues/101899#issuecomment-1290805223, finish off this change that I'd left out of #102072. r? ``@thomcc`` cc tracking issue #102070
This commit is contained in:
@@ -21,11 +21,6 @@ mod maybe_uninit;
|
||||
#[stable(feature = "maybe_uninit", since = "1.36.0")]
|
||||
pub use maybe_uninit::MaybeUninit;
|
||||
|
||||
// FIXME: This is left here for now to avoid complications around pending reverts.
|
||||
// Once <https://github.com/rust-lang/rust/issues/101899> is fully resolved,
|
||||
// this should be removed and the references in `alloc::Layout` updated.
|
||||
pub(crate) use ptr::Alignment as ValidAlign;
|
||||
|
||||
mod transmutability;
|
||||
#[unstable(feature = "transmutability", issue = "99571")]
|
||||
pub use transmutability::{Assume, BikeshedIntrinsicFrom};
|
||||
|
||||
Reference in New Issue
Block a user