mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 16:29:18 +00:00
Fix 404 in Lifetimes README.md
Link to Lifetimes (in Rust By Example) leads to a 404 page. Removing the "/stable" slug fixes this.
This commit is contained in:
parent
1aec7c1152
commit
76ce355f68
@ -18,5 +18,5 @@ learning to write lifetime annotations.
|
|||||||
|
|
||||||
## Further information
|
## Further information
|
||||||
|
|
||||||
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/stable/rust-by-example/scope/lifetime.html)
|
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/rust-by-example/scope/lifetime.html)
|
||||||
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
|
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user