Skip to content

Commit

Permalink
other formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLB99 committed Jan 15, 2025
1 parent c903885 commit a822c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/intrinsics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4665,7 +4665,7 @@ mod verify {
}

#[kani::proof]
#[kani::stub_verified(transmute_unchecked_wrapper)]
#[kani::stub_verified(transmute_unchecked_wrapper)]
#[kani::should_panic]
fn transmute_invalid_u32_to_char() {
let num: u32 = kani::any();
Expand All @@ -4679,7 +4679,7 @@ mod verify {
}

#[kani::proof]
#[kani::stub_verified(transmute_unchecked_wrapper)]
#[kani::stub_verified(transmute_unchecked_wrapper)]
#[kani::should_panic]
fn transmute_invalid_u8_to_bool() {
let num: u8 = kani::any();
Expand Down

0 comments on commit a822c98

Please sign in to comment.