1
Fork 0

Fix broken link

This commit is contained in:
Aaron Hill 2020-10-02 17:24:54 -04:00
parent f23e9a1adf
commit 8478385ea4
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -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] creates its blocks and
/// links to any entry nodes. /// links to any entry nodes.
trait DropTreeBuilder<'tcx> { trait DropTreeBuilder<'tcx> {
/// Create a new block for the tree. This should call either /// Create a new block for the tree. This should call either