Skip to content

Commit 130239b

Browse files
committed
zephyr: hide docs of RealStaticThreadStack
This is not intended to be visible, but needed for macros. Signed-off-by: David Brown <[email protected]>
1 parent 429977b commit 130239b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr/src/sys/thread.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub const fn stack_len(size: usize) -> usize {
5656
size.next_multiple_of(ZR_STACK_ALIGN)
5757
}
5858

59+
#[doc(hidden)]
5960
/// A Zephyr stack declaration.
6061
///
6162
/// It isn't meant to be used directly, as it needs additional decoration about linker sections and

0 commit comments

Comments
 (0)