Skip to content

Commit 8478385

Browse files
committed
Fix broken link
1 parent f23e9a1 commit 8478385

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/build

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/build/scope.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ impl Scope {
223223
}
224224
}
225225

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

0 commit comments

Comments
 (0)