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 06d0455 commit ce47a52Copy full SHA for ce47a52
uefi-test-runner/src/proto/shell.rs
@@ -10,5 +10,4 @@ pub fn test() {
10
11
let mut _shell =
12
boot::open_protocol_exclusive::<Shell>(handle).expect("Failed to open Shell protocol");
13
-
14
}
uefi/src/proto/mod.rs
@@ -102,4 +102,3 @@ where
102
ptr.cast::<Self>()
103
104
105
0 commit comments