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 d18076e commit 5d153e3Copy full SHA for 5d153e3
tests/runner/src/lib.rs
@@ -87,7 +87,7 @@ pub fn run_test_kernel_on_uefi_pxe(out_tftp_path: &Path) {
87
run_qemu(args);
88
}
89
90
-#[allow(dead_code)]
+#[cfg(any(feature = "uefi", feature = "bios"))]
91
fn run_qemu<'a, A>(args: A)
92
where
93
A: IntoIterator<Item = &'a str>,
0 commit comments