mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 01:03:31 +02:00
rc1 solution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user