We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e627b5a commit 7e6be2cCopy full SHA for 7e6be2c
src/cache/mod.rs
@@ -67,6 +67,7 @@ pub struct Primes<const N: usize>(
67
);
68
69
#[cfg(feature = "rkyv")]
70
+// SAFETY: `Primes<N>` has no invariants that are relied upon by unsafe code.
71
unsafe impl<const N: usize, C> Verify<C> for Primes<N>
72
where
73
C: Fallible + ?Sized,
0 commit comments