mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
bd138e2ae1
avoid transmuting Box when we can just cast raw pointers instead Always better to avoid a transmute, in particular when the layout assumptions it is making are not clearly documented. :) |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |