Skip to content

Commit abef3cd

Browse files
committed
inline outlier links, for consistency
1 parent 7099707 commit abef3cd

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/SUMMARY.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
- [Opaque types](./opaque-types-type-alias-impl-trait.md)
198198
- [Inference details](./opaque-types-impl-trait-inference.md)
199199
- [Return Position Impl Trait In Trait](./return-position-impl-trait-in-trait.md)
200-
- [Region inference restrictions][opaque-infer]
200+
- [Region inference restrictions](./borrow_check/opaque-types-region-inference-restrictions.md)
201201
- [Const condition checking](./effects.md)
202202
- [Pattern and exhaustiveness checking](./pat-exhaustive-checking.md)
203203
- [Unsafety checking](./unsafety-checking.md)
@@ -212,7 +212,7 @@
212212
- [Constraint propagation](./borrow_check/region_inference/constraint_propagation.md)
213213
- [Lifetime parameters](./borrow_check/region_inference/lifetime_parameters.md)
214214
- [Member constraints](./borrow_check/region_inference/member_constraints.md)
215-
- [Placeholders and universes][pau]
215+
- [Placeholders and universes](./borrow_check/region_inference/placeholders_and_universes.md)
216216
- [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
217217
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
218218
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
@@ -263,8 +263,3 @@
263263
[Appendix E: Bibliography](./appendix/bibliography.md)
264264

265265
[Appendix Z: HumorRust](./appendix/humorust.md)
266-
267-
---
268-
269-
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md
270-
[opaque-infer]: ./borrow_check/opaque-types-region-inference-restrictions.md

0 commit comments

Comments
 (0)