From 72620295dc2b35928d3d1fe2bfbfeb1f702cf7f3 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 19 Mar 2024 16:43:20 +0000 Subject: [PATCH] hypervisor: Remove empty doc comment warning: empty doc comment --> hypervisor/src/hypervisor.rs:24:1 | 24 | / /// 25 | | /// | |___^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs = note: `#[warn(clippy::empty_docs)]` on by default Signed-off-by: Rob Bradford --- hypervisor/src/hypervisor.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hypervisor/src/hypervisor.rs b/hypervisor/src/hypervisor.rs index 0f35e559b..a2044f580 100644 --- a/hypervisor/src/hypervisor.rs +++ b/hypervisor/src/hypervisor.rs @@ -21,8 +21,6 @@ use std::sync::Arc; use thiserror::Error; #[derive(Error, Debug)] -/// -/// pub enum HypervisorError { /// /// Hypervisor availability check error