Skip to content

Commit 72fc763

Browse files
00xcJonathanWoollett-Light
authored andcommitted
Add deny(missing_debug_implementations) lint
Prevent future additions of types that do not derive Debug where possible. Signed-off-by: Carlos López <[email protected]>
1 parent baa7004 commit 72fc763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// found in the THIRD-PARTY file.
77
#![deny(missing_docs)]
88
#![deny(missing_copy_implementations)]
9+
#![deny(missing_debug_implementations)]
910

1011
//! A safe wrapper around the kernel's KVM interface.
1112
//!

0 commit comments

Comments
 (0)