Skip to content

Commit

Permalink
merge fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkur committed Feb 1, 2025
1 parent 5160924 commit 379d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/hv1/hvdef/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ impl Debug for HvStatus {
//
// DEVNOTE: use `NonZeroU16` to get a niche optimization, since 0 is reserved
// for success.
#[derive(Copy, Clone, PartialEq, Eq, AsBytes)]
#[derive(Copy, Clone, PartialEq, Eq, IntoBytes, Immutable, KnownLayout)]
#[repr(transparent)]
pub struct HvError(core::num::NonZeroU16);

Expand Down

0 comments on commit 379d4e4

Please sign in to comment.