servo/components/nonzero
Simon Sapin 4ee1b26b6c Give up on NonZeroUsize memory layout optimization with unstable features.
I’m not confident of the implications regarding variance, dropck, struct
aliasing, etc. when this is extended to generic `*const T` and `*mut T`.

Release builds should use `unstable` to enable other optimizations anyway.
2017-10-16 20:19:18 +02:00
..
Cargo.toml Add a nonzero crate 2017-10-13 11:10:11 +02:00
lib.rs Give up on NonZeroUsize memory layout optimization with unstable features. 2017-10-16 20:19:18 +02:00