Skip to content

Commit c65cb6f

Browse files
authored
Remove zerocopy from rand (#1579)
Replace `zerocopy` dependency with `unsafe` code. Add benchmarks for some SIMD / wide types. Document all `unsafe` code.
1 parent ece8465 commit c65cb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
)]
3232
#![deny(missing_docs)]
3333
#![deny(missing_debug_implementations)]
34+
#![deny(clippy::undocumented_unsafe_blocks)]
3435
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
3536
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3637
#![no_std]

0 commit comments

Comments
 (0)