Skip to content

Commit

Permalink
Remove an out-of-date sentence in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Sep 29, 2019
1 parent 8a62bb1 commit 2883c25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/librustc_data_structures/obligation_forest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,8 @@ impl<O: ForestObligation> ObligationForest<O> {
}
}

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

0 comments on commit 2883c25

Please sign in to comment.