We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7f0aba + 2482d92 commit 8a7d056Copy full SHA for 8a7d056
src/transmutes.md
@@ -4,7 +4,7 @@ Get out of our way type system! We're going to reinterpret these bits or die
4
trying! Even though this book is all about doing things that are unsafe, I
5
really can't emphasize that you should deeply think about finding Another Way
6
than the operations covered in this section. This is really, truly, the most
7
-horribly unsafe thing you can do in Rust. The railguards here are dental floss.
+horribly unsafe thing you can do in Rust. The guardrails here are dental floss.
8
9
[`mem::transmute<T, U>`][transmute] takes a value of type `T` and reinterprets
10
it to have type `U`. The only restriction is that the `T` and `U` are verified
0 commit comments