summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-27 16:29:03 +0200
committermo8it <mo8it@proton.me>2024-06-27 16:29:03 +0200
commita4f8826301c793180d94e891603fab22e9492f5c (patch)
tree65d56048f1f0d864bd0cd44818b5d88d5aacd1d0 /rustlings-macros/info.toml
parent61872166067ab83fbad87e55c562e28d98368bff (diff)
tests1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index f0e34a5..27ed6b9 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -851,9 +851,6 @@ hint = """Let the compiler guide you :)"""
name = "tests1"
dir = "17_tests"
hint = """
-You don't even need to write any code to test -- you can just test values and
-run that, even though you wouldn't do that in real life. :)
-
`assert!` is a macro that needs an argument. Depending on the value of the
argument, `assert!` will do nothing (in which case the test will pass) or
`assert!` will panic (in which case the test will fail).