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.
1 parent 66dab53 commit ca2368dCopy full SHA for ca2368d
CHANGELOG.md
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
34
- CI now uses flags specified in `Cargo.toml` for `rustdoc` tests.
35
- Fixed clippy lints.
36
-- The `UnionNode<T>` in `pool` now has the correct memory layout for reinterpreting it as a pointer to `T`
+- Fixed the memory layout of the internal `UnionNode<T>` type, fixing possible Undefined Behaviour.
37
38
### Removed
39
0 commit comments