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 baa7004 commit 72fc763Copy full SHA for 72fc763
src/lib.rs
@@ -6,6 +6,7 @@
6
// found in the THIRD-PARTY file.
7
#![deny(missing_docs)]
8
#![deny(missing_copy_implementations)]
9
+#![deny(missing_debug_implementations)]
10
11
//! A safe wrapper around the kernel's KVM interface.
12
//!
0 commit comments