Skip to content

Commit

Permalink
Swap in a more clearly motivated top link
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 21, 2019
1 parent 95b219d commit ecd6081
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Rust that has so far not been put into words.
# [:jack\_o\_lantern:](#case-studies) Case studies

<table><tr><td><ul><li></li></ul></td><td><b>
<a href="https://github.com/dtolnay/case-studies/blob/master/readonly-fields/README.md">
Read-only fields of mutable struct</a></b><br>
<sub><i>Topics: deref coercion, borrow checker, repr, unsafe code, documentation</i></sub><br>
<a href="https://github.com/dtolnay/case-studies/blob/master/function-epilogue/README.md">
Function epilogue</a></b><br>
<sub><i>Topics: borrow checker, no_std, closures</i></sub><br>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td><b>
Expand All @@ -91,9 +91,9 @@ Unit struct with type parameters</a></b><br>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td><b>
<a href="https://github.com/dtolnay/case-studies/blob/master/function-epilogue/README.md">
Function epilogue</a></b><br>
<sub><i>Topics: borrow checker, no_std, closures</i></sub><br>
<a href="https://github.com/dtolnay/case-studies/blob/master/readonly-fields/README.md">
Read-only fields of mutable struct</a></b><br>
<sub><i>Topics: deref coercion, borrow checker, repr, unsafe code, documentation</i></sub><br>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td><b>
Expand Down

0 comments on commit ecd6081

Please sign in to comment.