We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607279 commit 3a9a456Copy full SHA for 3a9a456
src/lib.rs
@@ -27,6 +27,7 @@
27
//! ```
28
29
#![deny(missing_docs)]
30
+#![forbid(unsafe_code)]
31
32
extern crate byteorder;
33
#[cfg(feature="rayon")]
0 commit comments