summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-26 14:47:57 +0200
committermo8it <mo8it@proton.me>2024-06-26 14:47:57 +0200
commit25b5686dd2ab2e3d5a228a71e9631c50ea50fffe (patch)
treec2557c05375a701e9ebd4b747425c2de8cd0c478 /rustlings-macros
parenta91888e79e69e04e57c2049cdf940a70201e1d6e (diff)
options3 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 6027b6b..5a47c85 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -631,7 +631,8 @@ hint = """
The compiler says a partial move happened in the `match` statement. How can
this be avoided? The compiler shows the correction needed.
-After making the correction as suggested by the compiler, do read:
+After making the correction as suggested by the compiler, read the related docs
+page:
https://doc.rust-lang.org/std/keyword.ref.html"""
# ERROR HANDLING