Skip to content

Commit

Permalink
Fixing rustDoc for LayoutError.
Browse files Browse the repository at this point in the history
  • Loading branch information
j7nw4r committed Oct 10, 2024
1 parent 8d94e06 commit 8b754fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/core/src/alloc/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 8b754fb

Please sign in to comment.