mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +02:00
fixed formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Smart Pointers
|
||||
# Smart Pointers
|
||||
In Rust, smart pointers are variables that contain an address in memory and reference some other data, but they also have additional metadata and capabilities.
|
||||
Smart pointers in Rust often own the data they point to, while references only borrow data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user