diff options
| author | Ralf Jung <post@ralfj.de> | 2020-05-14 10:23:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 10:23:03 +0200 |
| commit | 71f460b117acb58152cdea7eb327811105bc8602 (patch) | |
| tree | 29eac1339acd01717ff91f5ec1ff8e5026aaf377 | |
| parent | 39f91b1ed4d9f5568f929756bc63de9054cde4a7 (diff) | |
| parent | e44f87fca30186b6dd34932a8532d4e52b9b88fe (diff) | |
| download | rust-71f460b117acb58152cdea7eb327811105bc8602.tar.gz rust-71f460b117acb58152cdea7eb327811105bc8602.zip | |
Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper
docs: remove comment referencing non-existent method
| -rw-r--r-- | src/librustc_mir_build/build/scope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir_build/build/scope.rs b/src/librustc_mir_build/build/scope.rs index 710a41bc8fd..19b983018c9 100644 --- a/src/librustc_mir_build/build/scope.rs +++ b/src/librustc_mir_build/build/scope.rs @@ -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 |
