Skip to content

Commit

Permalink
Use link in doc comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
  • Loading branch information
matthewjasper and Centril committed Dec 25, 2019
1 parent f1758a0 commit 0a14cbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_mir/build/matches/mod.rs
Expand Up @@ -222,7 +222,8 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {

/// Lower the bindings, guards and arm bodies of a `match` expression.
///
/// The decision tree should have already been created (by lower_match_tree).
/// The decision tree should have already been created
/// (by [Builder::lower_match_tree]).
///
/// `outer_source_info` is the SourceInfo for the whole match.
fn lower_match_arms(
Expand Down

0 comments on commit 0a14cbe

Please sign in to comment.