summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-21 22:31:06 +0200
committermo8it <mo8it@proton.me>2024-06-21 22:31:06 +0200
commit1264510fc04de85efc0e2caf17aaa85354b6bffd (patch)
tree4837b32cdf2fc86bca7f17df607042b977263450 /rustlings-macros
parentef842d3a946f477a32e26b9674cc5488cd629030 (diff)
structs2 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 81b9895..08bbd74 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -421,7 +421,7 @@ Creating instances of structs is easy, all you need to do is assign some values
to its fields.
There are however some shortcuts that can be taken when instantiating structs.
-Have a look in The Book, to find out more:
+Have a look in The Book to find out more:
https://doc.rust-lang.org/stable/book/ch05-01-defining-structs.html#creating-instances-from-other-instances-with-struct-update-syntax"""
[[exercises]]