Skip to content

Commit

Permalink
Rollup merge of rust-lang#72163 - tshepang:nonexistent-link, r=matthe…
Browse files Browse the repository at this point in the history
…wjasper

docs: remove comment referencing non-existent method
  • Loading branch information
Dylan-DPC committed May 13, 2020
2 parents 4a961dc + e44f87f commit febfcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir_build/build/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl Scope {
}
}

/// A trait that determined how [DropTree::lower_to_mir] creates its blocks and
/// A trait that determined how [DropTree::build_mir] creates its blocks and
/// links to any entry nodes.
trait DropTreeBuilder<'tcx> {
/// Create a new block for the tree. This should call either
Expand Down

0 comments on commit febfcba

Please sign in to comment.