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 604f470 commit 5609661Copy full SHA for 5609661
src/lib.rs
@@ -76,6 +76,8 @@
76
77
#![no_std]
78
#![warn(elided_lifetimes_in_paths)]
79
+#![warn(missing_copy_implementations)]
80
+#![warn(missing_debug_implementations)]
81
#![warn(missing_docs)]
82
#![deny(non_ascii_idents)]
83
#![warn(unreachable_pub)]
0 commit comments