Fixing rustDoc for LayoutError.

This commit is contained in:
Johnathan W 2024-10-10 16:11:30 -04:00
parent 8d94e06ec9
commit 8b754fbb4f

View File

@ -540,7 +540,8 @@ const fn inner(element_layout: Layout, n: usize) -> Result<Layout, LayoutError>
)]
pub type LayoutErr = LayoutError;
/// The parameters given to `Layout::from_size_align`
/// The `LayoutError` is returned when the parameters given
/// to `Layout::from_size_align`
/// or some other `Layout` constructor
/// do not satisfy its documented constraints.
#[stable(feature = "alloc_layout_error", since = "1.50.0")]