Fixing rustDoc for LayoutError.
This commit is contained in:
parent
8d94e06ec9
commit
8b754fbb4f
1 changed files with 2 additions and 1 deletions
|
@ -540,7 +540,8 @@ impl Layout {
|
|||
)]
|
||||
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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue