We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bb3a0 commit dd557feCopy full SHA for dd557fe
src/r3/src/utils/intrusive_list.rs
@@ -467,7 +467,6 @@ where
467
return Err(ItemError::NotLinked);
468
}
469
470
- #[doc(hidden)] // FIXME: This macro somehow appears on rustdoc
471
macro on_inconsistency() {{
472
// If the closure body refers to `self`, the closure would capture
473
// the whole `self` by reference, which conflicts with mutable
0 commit comments