This commit is contained in:
nora 2022-07-22 12:06:17 +02:00
parent 8c2a521cd4
commit 22299f5cf4

View file

@ -10,7 +10,7 @@ description = "The current and future aliasing semantics of Box"
showFullContent = false showFullContent = false
readingTime = true readingTime = true
hideComments = false hideComments = false
draft = true draft = false
+++ +++
We have all used `Box<T>` before in our Rust code. It's a glorious type, with great ergonomics We have all used `Box<T>` before in our Rust code. It's a glorious type, with great ergonomics