Skip to content

Commit dd557fe

Browse files
committed
doc(utils): remove the work-around now that the compiler bug has been fixed
It might have been fixed by [1], but I'm not entirely sure. [1]: rust-lang/rust#77862
1 parent 21bb3a0 commit dd557fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3/src/utils/intrusive_list.rs

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

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

0 commit comments

Comments
 (0)