Skip to content

Commit 2883c25

Browse files
committed
Remove an out-of-date sentence in a comment.
1 parent 8a62bb1 commit 2883c25

File tree

1 file changed

+2
-3
lines changed
  • src/librustc_data_structures/obligation_forest

1 file changed

+2
-3
lines changed

src/librustc_data_structures/obligation_forest/mod.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,8 @@ impl<O: ForestObligation> ObligationForest<O> {
591591
}
592592
}
593593

594-
/// Compresses the vector, removing all popped nodes. This adjusts
595-
/// the indices and hence invalidates any outstanding
596-
/// indices. Cannot be used during a transaction.
594+
/// Compresses the vector, removing all popped nodes. This adjusts the
595+
/// indices and hence invalidates any outstanding indices.
597596
///
598597
/// Beforehand, all nodes must be marked as `Done` and no cycles
599598
/// on these nodes may be present. This is done by e.g., `process_cycles`.

0 commit comments

Comments
 (0)