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 bf77f50 commit df9b44eCopy full SHA for df9b44e
src/lib.rs
@@ -11,6 +11,7 @@
11
#![cfg_attr(test, deny(warnings))]
12
#![recursion_limit = "500"]
13
#![deny(unused)]
14
+#![allow(unused_unsafe)]
15
#![deny(unstable_features)]
16
#![deny(missing_copy_implementations)]
17
#![deny(missing_debug_implementations)]
0 commit comments