1
Fork 0

fix unmatched braces

This commit is contained in:
Elliot Roberts 2022-05-06 00:17:02 -07:00
parent 7907385999
commit 647d0b6dd3

View file

@ -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,