lifetimes1 solution

This commit is contained in:
mo8it
2024-06-27 13:24:21 +02:00
parent 64c2de95ca
commit 7efccc36b4
3 changed files with 42 additions and 8 deletions
+1 -2
View File
@@ -821,9 +821,8 @@ You may need this:
[[exercises]]
name = "lifetimes1"
dir = "16_lifetimes"
test = false
hint = """
Let the compiler guide you. Also take a look at the book if you need help:
Let the compiler guide you. Also take a look at The Book if you need help:
https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html"""
[[exercises]]