block: remove unneeded #[allow(dead_code)]

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-03 14:29:18 +02:00
committed by Rob Bradford
parent 1c484e8725
commit e9fa6e6295

View File

@@ -104,7 +104,6 @@ impl GuestMemoryTarget {
}
/// Returns the raw iovecs to be passed to the kernel for asynchronous I/O.
#[allow(dead_code)]
pub(super) fn iovecs(&self) -> &[libc::iovec] {
&self.iovecs
}