Remove an out-of-date sentence in a comment.
This commit is contained in:
parent
8a62bb1a1d
commit
2883c258f1
1 changed files with 2 additions and 3 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue