We tried to use `#![doc = include_str!("../../template/src/main.rs")]`, but that is causing the release job to fail: https://github.com/rust-osdev/uefi-rs/pull/1330#issuecomment-2299476889 As a quick workaround we will inline the example code, but that means it won't be tested and could break easily. Filing this issue to track fixing it.
Activity
uefi: Inline the template example into lib.rs doc
nicholasbishop commentedon Aug 25, 2024
Fixed in #1353