Skip to content

Commit

Permalink
mshv-bindings: Fix clippy warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Muminul Islam <[email protected]>
  • Loading branch information
russell-islam committed Jul 6, 2023
1 parent 99e5a28 commit 2609217
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mshv-bindings/src/snp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
//

#![allow(
clippy::too_many_arguments,
clippy::missing_safety_doc,
clippy::useless_transmute,
clippy::unnecessary_cast,
non_camel_case_types,
non_snake_case,
non_upper_case_globals
)]
use crate::bindings::*;

pub const GHCB_PROTOCOL_VERSION_MIN: u32 = 1;
Expand Down

0 comments on commit 2609217

Please sign in to comment.