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 b335745 commit 82c26e6Copy full SHA for 82c26e6
src/lib.rs
@@ -1,5 +1,5 @@
1
-#![warn(missing_debug_implementations)]
2
-#![deny(missing_copy_implementations, trivial_casts, trivial_numeric_casts)]
+#![warn(missing_debug_implementations, missing_copy_implementations)]
+#![deny(trivial_casts, trivial_numeric_casts)]
3
4
pub mod api;
5
pub mod domain;
0 commit comments