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 <rbradford@rivosinc.com>
This commit is contained in:
parent
67054bf78b
commit
72620295dc
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ use std::sync::Arc;
|
|||
use thiserror::Error;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
///
|
||||
///
|
||||
pub enum HypervisorError {
|
||||
///
|
||||
/// Hypervisor availability check error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue