Skip to content

Commit 5609661

Browse files
committed
Add missing Debug implementations
1 parent 604f470 commit 5609661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
7777
#![no_std]
7878
#![warn(elided_lifetimes_in_paths)]
79+
#![warn(missing_copy_implementations)]
80+
#![warn(missing_debug_implementations)]
7981
#![warn(missing_docs)]
8082
#![deny(non_ascii_idents)]
8183
#![warn(unreachable_pub)]

0 commit comments

Comments
 (0)