diff --git a/src/r3/src/utils/intrusive_list.rs b/src/r3/src/utils/intrusive_list.rs index b885bf81b6..421433b20d 100644 --- a/src/r3/src/utils/intrusive_list.rs +++ b/src/r3/src/utils/intrusive_list.rs @@ -467,7 +467,6 @@ where return Err(ItemError::NotLinked); } - #[doc(hidden)] // FIXME: This macro somehow appears on rustdoc macro on_inconsistency() {{ // If the closure body refers to `self`, the closure would capture // the whole `self` by reference, which conflicts with mutable