Skip to content

Commit

Permalink
doc(utils): remove the work-around now that the compiler bug has been…
Browse files Browse the repository at this point in the history
… fixed

It might have been fixed by [1], but I'm not entirely sure.

[1]: rust-lang/rust#77862
  • Loading branch information
yvt committed Jan 30, 2021
1 parent 21bb3a0 commit dd557fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3/src/utils/intrusive_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd557fe

Please sign in to comment.