summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-01 11:28:38 +0200
committermo8it <mo8it@proton.me>2024-07-01 11:28:38 +0200
commitcf90364fd779255074eac9a7d90c53ad657936ba (patch)
tree669c886315962f7d3f3d23c53b64fdb4281b91bd /rustlings-macros
parenta13e3cd07f86e8668a326bae98568cced61f5015 (diff)
macros1 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 24dcdee..7dcf344 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -1089,9 +1089,8 @@ name = "macros1"
dir = "21_macros"
test = false
hint = """
-When you call a macro, you need to add something special compared to a
-regular function call. If you're stuck, take a look at what's inside
-`my_macro`."""
+When you call a macro, you need to add something special compared to a regular
+function call."""
[[exercises]]
name = "macros2"