Skip to content

Commit 2012641

Browse files
authored
Merge pull request #1428 from javihernant/changeLtReadme
change order of references in README.md
2 parents 22eb7e3 + 5d91c86 commit 2012641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/lifetimes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ learning to write lifetime annotations.
1818

1919
## Further information
2020

21-
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
2221
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/stable/rust-by-example/scope/lifetime.html)
22+
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)

0 commit comments

Comments
 (0)