Skip to content

Commit c5b309b

Browse files
committed
Rollup merge of rust-lang#52587 - csmoe:doc, r=kennytm
Add missing backtick in UniversalRegions doc comment
2 parents b312701 + 50720ba commit c5b309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/universal_regions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub struct UniversalRegions<'tcx> {
5757
/// externals, then locals. So things from:
5858
/// - `FIRST_GLOBAL_INDEX..first_extern_index` are global;
5959
/// - `first_extern_index..first_local_index` are external; and
60-
/// - first_local_index..num_universals` are local.
60+
/// - `first_local_index..num_universals` are local.
6161
first_extern_index: usize,
6262

6363
/// See `first_extern_index`.

0 commit comments

Comments
 (0)