diff options
| author | liv <mokou@fastmail.com> | 2023-03-26 13:23:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 13:23:02 +0000 |
| commit | 20126416107628084bf421e413af4e938b17b92a (patch) | |
| tree | 5a5efdd4b025db1a355b5ecff648bfdd61d586cb /exercises/lifetimes/README.md | |
| parent | 22eb7e384788428f081d9bf4767da4cd43c89cef (diff) | |
| parent | 5d91c86cf294e503f5580ea648f0d9140b895d7b (diff) | |
Merge pull request #1428 from javihernant/changeLtReadme
change order of references in README.md
Diffstat (limited to 'exercises/lifetimes/README.md')
| -rw-r--r-- | exercises/lifetimes/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/lifetimes/README.md b/exercises/lifetimes/README.md index dc7ca79..74a4a78 100644 --- a/exercises/lifetimes/README.md +++ b/exercises/lifetimes/README.md @@ -18,5 +18,5 @@ learning to write lifetime annotations. ## Further information -- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html) - [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/stable/rust-by-example/scope/lifetime.html) +- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html) |
