Skip to content

Commit 0a14cbe

Browse files
Use link in doc comment
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent f1758a0 commit 0a14cbe

File tree

1 file changed

+2
-1
lines changed
  • src/librustc_mir/build/matches

1 file changed

+2
-1
lines changed

src/librustc_mir/build/matches/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
222222

223223
/// Lower the bindings, guards and arm bodies of a `match` expression.
224224
///
225-
/// The decision tree should have already been created (by lower_match_tree).
225+
/// The decision tree should have already been created
226+
/// (by [Builder::lower_match_tree]).
226227
///
227228
/// `outer_source_info` is the SourceInfo for the whole match.
228229
fn lower_match_arms(

0 commit comments

Comments
 (0)