This commit is contained in:
nora 2022-07-23 20:22:01 +02:00
parent d352efed29
commit ff47e1b6d4

View file

@ -3,7 +3,6 @@ title = "Box Is a Unique Type"
date = "2022-07-22"
author = "Nilstrieb"
authorTwitter = "@Nilstrieb"
cover = ""
tags = ["rust", "unsafe code"]
keywords = ["box", "noalias"]
description = "About better aliasing semantics for `Box<T>`"