File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ impl Layout {
395395#[ stable( feature = "alloc_layout" , since = "1.28.0" ) ]
396396#[ rustc_deprecated(
397397 since = "1.51.0" ,
398- reason = "use LayoutError instead " ,
398+ reason = "Name does not follow std convention, use LayoutError" ,
399399 suggestion = "LayoutError"
400400) ]
401401pub type LayoutErr = LayoutError ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pub use self::layout::Layout;
1212#[ stable( feature = "alloc_layout" , since = "1.28.0" ) ]
1313#[ rustc_deprecated(
1414 since = "1.51.0" ,
15- reason = "use LayoutError instead " ,
15+ reason = "Name does not follow std convention, use LayoutError" ,
1616 suggestion = "LayoutError"
1717) ]
1818#[ allow( deprecated, deprecated_in_future) ]
You can’t perform that action at this time.
0 commit comments