Fix broken cross-references. (#1878)

This commit is contained in:
Ryan A. Pavlik
2022-01-06 22:24:22 -06:00
committed by GitHub
parent 11cc4c4775
commit ba12aca973

View File

@@ -2822,8 +2822,8 @@ We can catch many common cases of dangling pointers statically (see [lifetime sa
**see also**:
* [prefer `t*` over `t&` when "no argument" is a valid option](#rf-ptr-ref)
* [smart pointer rule summary](#rr-summary-smartptrs)
* [prefer `t*` over `t&` when "no argument" is a valid option](#Rf-ptr-ref)
* [smart pointer rule summary](#Rr-summary-smartptrs)
### <a name="Rf-pure"></a>F.8: Prefer pure functions