mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
Before the fix from https://github.com/aminfa/assert_tv/issues/1, `assert_tv` wouldn't pass through `#[cfg_attr(miri, ignore)]`. Now that it is fixed, this works, thus we have one less miri test case failing. Signed-off-by: wucke13 <wucke13+github@gmail.com>