Skip to content

Commit

Permalink
chore(common-proc): Suppress doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Aug 21, 2024
1 parent e492939 commit 08cd225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/common-proc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub fn client_entry(attr: TokenStream, input: TokenStream) -> TokenStream {
if #[cfg(any(target_arch = "mips", target_arch = "riscv64"))] {
const HEAP_SIZE: usize = #heap_size;

#[doc = "Program entry point"]
#[no_mangle]
pub extern "C" fn _start() {
kona_common::alloc_heap!(HEAP_SIZE);
Expand Down

0 comments on commit 08cd225

Please sign in to comment.