diff --git a/hostd/src/machine.rs b/hostd/src/machine.rs index ba63010..eb4c81e 100644 --- a/hostd/src/machine.rs +++ b/hostd/src/machine.rs @@ -34,7 +34,7 @@ pub async fn describe( // convert bytes to hex string .iter() .map(|&b| format!("{:02x}", b)) - .collect::<String>(); + .collect(); let machine_info = MachineInfo { machine_id };