Skip to content

Commit 1645d00

Browse files
author
AlexLB99
committed
small formatting fix
1 parent 9ca5fdb commit 1645d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • library/core/src/intrinsics

library/core/src/intrinsics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4328,7 +4328,7 @@ mod verify {
43284328
fn should_fail_u32_to_char() {
43294329
let src: u32 = kani::any_where(|x| !core::char::from_u32(*x).is_some());
43304330
let dst: char = unsafe { transmute_unchecked_wrapper(src) };
4331-
}
4331+
}
43324332

43334333
#[kani::proof]
43344334
#[kani::stub_verified(transmute_unchecked_wrapper)]

0 commit comments

Comments
 (0)