fix unmatched braces
This commit is contained in:
parent
7907385999
commit
647d0b6dd3
1 changed files with 2 additions and 0 deletions
|
@ -488,6 +488,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
||||||
/// path_expr_id: hir_id_L4,
|
/// path_expr_id: hir_id_L4,
|
||||||
/// capture_kind: ByValue
|
/// capture_kind: ByValue
|
||||||
/// },
|
/// },
|
||||||
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// After the min capture analysis, we get:
|
/// After the min capture analysis, we get:
|
||||||
|
@ -507,6 +508,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
||||||
/// capture_kind: ByValue
|
/// capture_kind: ByValue
|
||||||
/// },
|
/// },
|
||||||
/// ],
|
/// ],
|
||||||
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
fn compute_min_captures(
|
fn compute_min_captures(
|
||||||
&self,
|
&self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue