summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-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]]