fixed formatting
This commit is contained in:
parent
3fad2a9c83
commit
66eaaf7b6e
|
@ -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