diff options
| author | mo8it <mo8it@proton.me> | 2024-06-29 01:20:59 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-29 01:20:59 +0200 |
| commit | f3842aa746aa77a3fdf0f699951cde0d49f042c4 (patch) | |
| tree | 60c7293857e72bade7ab6ed4512a87a96a2a026e /rustlings-macros | |
| parent | 61c7eaed6251fb8a28b00ea97b22d1f1b778a72b (diff) | |
rc1 solution
Diffstat (limited to 'rustlings-macros')
| -rw-r--r-- | rustlings-macros/info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 744ad08..5b3f781 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -993,11 +993,11 @@ of the `Sun`. After using `drop()` to move the `Planet`s out of scope individually, the reference count goes down. -In the end the `Sun` only has one reference again, to itself. +In the end, the `Sun` only has one reference again, to itself. See more at: https://doc.rust-lang.org/book/ch15-04-rc.html -* Unfortunately Pluto is no longer considered a planet :(""" +Unfortunately, Pluto is no longer considered a planet :(""" [[exercises]] name = "arc1" |
