summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-27 13:24:21 +0200
committermo8it <mo8it@proton.me>2024-06-27 13:24:21 +0200
commit7efccc36b4c26c444eab2531b6139190af569d6f (patch)
treeab5ebd08f34c91fe05ab708f88683c0e99c67aeb /rustlings-macros/info.toml
parent64c2de95ca95c1d23dcb416723b33ccdfca9c956 (diff)
lifetimes1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index bed2eaf..e2ebfa5 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -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]]