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 afc2af8 commit cedcce9Copy full SHA for cedcce9
uefi/src/proto/mod.rs
@@ -9,6 +9,8 @@
9
//!
10
//! [`BootServices`]: crate::table::boot::BootServices#accessing-protocols
11
12
+#![warn(dead_code)] // https://github.com/rust-osdev/uefi-rs/issues/1205
13
+
14
use crate::Identify;
15
use core::ffi::c_void;
16
0 commit comments