Skip to content

Commit 970b701

Browse files
committed
Add comment about docs.rs dummy functions again
1 parent b513550 commit 970b701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ async fn convert_elf_to_bin(elf_path: PathBuf) -> PathBuf {
291291
flat_binary_path
292292
}
293293

294+
// dummy implementations because docsrs builds have no network access
294295
#[cfg(any(not(feature = "bios"), docsrs_dummy_build))]
295296
async fn bios_main() {}
296297
#[cfg(any(not(feature = "uefi"), docsrs_dummy_build))]

0 commit comments

Comments
 (0)