mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
performance-metrics: 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:
committed by
Rob Bradford
parent
9fb09bd35b
commit
4a6add8808
@@ -13,7 +13,6 @@ use thiserror::Error;
|
||||
|
||||
use crate::{ImageFormat, PerformanceTestControl, PerformanceTestOverrides, mean};
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Error, Debug)]
|
||||
enum Error {
|
||||
#[error("boot time could not be parsed")]
|
||||
|
||||
Reference in New Issue
Block a user