Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Add missing #[doc(hidden)] attribute
Browse files Browse the repository at this point in the history
This is a partial fix for esp-rs/esp-hal#1233
  • Loading branch information
AnthonyGrondin authored and jessebraham committed Mar 21, 2024
1 parent d6b8224 commit 67d5856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtensa-lx-rt/procmacros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ pub fn interrupt(args: TokenStream, input: TokenStream) -> TokenStream {
)
}

#[doc(hidden)]
#[allow(clippy::inline_always)]
#[inline(always)]
#f
Expand Down

0 comments on commit 67d5856

Please sign in to comment.