add miri hint

This commit is contained in:
nora 2022-04-04 20:06:22 +02:00
parent d736de25d5
commit cae361333f

View file

@ -2,6 +2,8 @@
A crate for stuffing things into a pointer.
This crate is tested using miri (with `-Zmiri-tag-raw-pointers`).
This crate consists of three parts:
* The type `StuffedPtr`
* The trait `StuffingStrategy`