Skip to content

Commit

Permalink
add #[doc(hidden)] to __ident_to_unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 27, 2024
1 parent b00a82f commit 796c2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ macro_rules! define_struct {
};
}

#[doc(hidden)]
#[macro_export]
macro_rules! __ident_to_unreachable {
( $x:ident ) => {
Expand Down

0 comments on commit 796c2dc

Please sign in to comment.