summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-27 16:40:26 +0200
committermo8it <mo8it@proton.me>2024-06-27 16:40:26 +0200
commit803e32dad2395d309b74b9fde6b9e08577cf8a0a (patch)
tree6f0e5c6a2a5fea5c89d52e02b7c5143b9dea7c38 /rustlings-macros/info.toml
parenta4f8826301c793180d94e891603fab22e9492f5c (diff)
tests2 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 27ed6b9..4fd2bd8 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -862,13 +862,9 @@ ones pass, and which ones fail :)"""
name = "tests2"
dir = "17_tests"
hint = """
-Like the previous exercise, you don't need to write any code to get this test
-to compile and run.
-
`assert_eq!` is a macro that takes two arguments and compares them. Try giving
it two values that are equal! Try giving it two arguments that are different!
-Try giving it two values that are of different types! Try switching which
-argument comes first and which comes second!"""
+Try switching which argument comes first and which comes second!"""
[[exercises]]
name = "tests3"