Tidy up documentation comment syntax.

This commit is contained in:
Dan Gohman
2018-11-12 06:35:23 -08:00
parent 076850549d
commit f3ea2d5d66

View File

@@ -375,7 +375,7 @@ impl<'a> Context<'a> {
} }
/// Finish the union-find part of the coalescing algorithm. /// Finish the union-find part of the coalescing algorithm.
/// /// ///
/// This builds the initial set of virtual registers as the transitive/reflexive/symmetric /// This builds the initial set of virtual registers as the transitive/reflexive/symmetric
/// closure of the relation formed by EBB parameter-argument pairs found by `union_find_ebb()`. /// closure of the relation formed by EBB parameter-argument pairs found by `union_find_ebb()`.
fn finish_union_find(&mut self) { fn finish_union_find(&mut self) {