@@ -136,7 +136,7 @@ impl StructAsBytes for EFIImageHandle64 {
}
-#[cfg(test)]
+#[cfg(all(test, feature = "builder"))]
mod tests {
use super::{EFIImageHandle32, EFIImageHandle64, EFISdt32, EFISdt64};
@@ -38,7 +38,7 @@ impl StructAsBytes for ImageLoadPhysAddr {
use super::ImageLoadPhysAddr;
@@ -206,6 +206,7 @@ struct BootInformationInner {
impl BootInformationInner {
+ #[cfg(feature = "builder")]
fn new(total_size: u32) -> Self {
Self {
total_size,