Skip to content

Commit

Permalink
Don't hide docs for DEFAULT_STACK_SIZE
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Sep 25, 2024
1 parent d094550 commit a43d66e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/sel4-microkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ macro_rules! declare_protection_domain {
};
}

#[doc(hidden)]
pub const DEFAULT_STACK_SIZE: usize = 1024
* if cfg!(panic = "unwind") && cfg!(debug_assertions) {
128
Expand Down
1 change: 0 additions & 1 deletion crates/sel4-root-task/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ macro_rules! declare_root_task {
};
}

#[doc(hidden)]
pub const DEFAULT_STACK_SIZE: usize = 1024
* if cfg!(panic = "unwind") && cfg!(debug_assertions) {
128
Expand Down

0 comments on commit a43d66e

Please sign in to comment.