Skip to content

Commit

Permalink
Rollup merge of #131512 - j7nw4r:master, r=jhpratt
Browse files Browse the repository at this point in the history
Fixing rustDoc for LayoutError.

I started reading the the std lib from start to finish and noticed that this rustdoc comment wasn't correct.
  • Loading branch information
matthiaskrgr authored Oct 11, 2024
2 parents e00f49d + 8b754fb commit cac3628
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 cac3628

Please sign in to comment.