Skip to content

Commit ec630b7

Browse files
authored
Merge pull request #12 from rust-lang/BennoLossin-patch-1
Fix links to Method-based approaches
2 parents f50739f + 4cbe79e commit ec630b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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)

src/coerce-shared.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ method. The current work in the Reborrow traits lang experiment is based on a
2222
marker 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)

src/reborrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The current work in the Reborrow traits lang experiment is based on a marker
4141
trait.
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

0 commit comments

Comments
 (0)