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 b513550 commit 970b701Copy full SHA for 970b701
build.rs
@@ -291,6 +291,7 @@ async fn convert_elf_to_bin(elf_path: PathBuf) -> PathBuf {
291
flat_binary_path
292
}
293
294
+// dummy implementations because docsrs builds have no network access
295
#[cfg(any(not(feature = "bios"), docsrs_dummy_build))]
296
async fn bios_main() {}
297
#[cfg(any(not(feature = "uefi"), docsrs_dummy_build))]
0 commit comments