Skip to content

Commit 85166f7

Browse files
committed
Add documentation to Layout
1 parent 1aa0bc1 commit 85166f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layout/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub struct LayoutBitset(u32);
1010

1111
#[deprecated(since = "0.18.0", note = "Layout has been renamed to LayoutBitset")]
1212
#[allow(dead_code)]
13+
/// Memory layout description, deprecated. See [`LayoutBitset`] instead.
1314
pub type Layout = LayoutBitset;
1415

1516
impl LayoutBitset

0 commit comments

Comments
 (0)