Skip to content

Commit 30d5489

Browse files
committed
doc(utils): don't documentate on_inconsistency!, which is supposed to be private
1 parent 90f970e commit 30d5489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/r3/src/utils/intrusive_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ where
467467
return Err(ItemError::NotLinked);
468468
}
469469

470+
#[doc(hidden)] // FIXME: This macro somehow appears on rustdoc
470471
macro on_inconsistency() {{
471472
// If the closure body refers to `self`, the closure would capture
472473
// the whole `self` by reference, which conflicts with mutable

0 commit comments

Comments
 (0)