Skip to content

Commit f64759b

Browse files
committed
fix: fix ci issues
1 parent 64b07be commit f64759b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ fn generate_guest_img_loading_functions(
211211
/// kernel image
212212
pub kernel: &'static [u8],
213213
/// dtb image
214+
#[allow(dead_code)]
214215
pub dtb: Option<&'static [u8]>,
215216
/// bios image
216217
pub bios: Option<&'static [u8]>,

src/vmm/images/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use crate::vmm::fdt::update_fdt;
1616
use core::ptr::NonNull;
1717

1818
#[cfg(feature = "fs")]
19+
#[allow(unused_imports)]
1920
pub use fs::open_image_file;
2021

2122
mod linux;

0 commit comments

Comments
 (0)