diff options
| author | mo8it <mo8it@proton.me> | 2024-06-21 22:31:06 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-21 22:31:06 +0200 |
| commit | 1264510fc04de85efc0e2caf17aaa85354b6bffd (patch) | |
| tree | 4837b32cdf2fc86bca7f17df607042b977263450 /rustlings-macros/info.toml | |
| parent | ef842d3a946f477a32e26b9674cc5488cd629030 (diff) | |
structs2 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
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]] |
