Skip to content

Commit 3ad1cba

Browse files
committed
Don’t include invoke_proc_macro in docs.
1 parent 6c3665c commit 3ad1cba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

procedural-masquerade/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ pub fn _extract_input(derive_input: &str) -> String {
209209
#[macro_export]
210210
macro_rules! define_invoke_proc_macro {
211211
($macro_name: ident) => {
212+
/// Implementation detail of other macros in this crate.
213+
#[doc(hidden)]
212214
#[macro_export]
213215
macro_rules! $macro_name {
214216
($proc_macro_name: ident ! $paren: tt) => {

0 commit comments

Comments
 (0)