File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 - [ Marker types] ( ./reborrow-marker-types.md )
1010 - [ Exclusive reference collections] ( ./reborrow-reference-collections.md )
1111 - [ Marker trait approach] ( ./reborrow-marker-trait.md )
12- - [ Method-based approach] ( ./reborrow-method .md )
12+ - [ Method-based approach] ( ./reborrow-methods .md )
1313 - [ CoerceShared] ( ./coerce-shared.md )
1414 - [ Marker trait approach] ( ./coerce-shared-marker-trait.md )
15- - [ Method-based approach] ( ./coerce-shared-method .md )
15+ - [ Method-based approach] ( ./coerce-shared-methods .md )
1616 - [ Receiver] ( ./receiver.md )
1717 - [ Autoref] ( ./autoref.md )
1818- [ In-place initialization] ( ./in_place_init.md )
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ method. The current work in the Reborrow traits lang experiment is based on a
2222marker trait.
2323
2424- [ Marker trait approach] ( ./coerce-shared-marker-trait.md )
25- - [ Method-based approach] ( ./coerce-shared-method .md )
25+ - [ Method-based approach] ( ./coerce-shared-methods .md )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The current work in the Reborrow traits lang experiment is based on a marker
4141trait.
4242
4343- [ Marker trait approach] ( ./reborrow-marker-trait.md )
44- - [ Method-based approach] ( ./reborrow-method .md )
44+ - [ Method-based approach] ( ./reborrow-methods .md )
4545
4646## [ CoerceShared] ( ./coerce-shared.md )
4747
You can’t perform that action at this time.
0 commit comments