mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 14:57:32 -05:00
fixed formatting
This commit is contained in:
parent
3fad2a9c83
commit
66eaaf7b6e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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.
|
Smart pointers in Rust often own the data they point to, while references only borrow data.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue