Skip to content

Commit

Permalink
Undoc __krnl_module
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Oct 17, 2023
1 parent f3f9661 commit dd66e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions krnl-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,7 @@ fn kernel_impl(item_tokens: TokenStream2) -> Result<TokenStream2> {
Ok(tokens)
}

#[doc(hidden)]
#[proc_macro]
pub fn __krnl_module(input: TokenStream) -> TokenStream {
use flate2::read::GzDecoder;
Expand Down

0 comments on commit dd66e1b

Please sign in to comment.