Skip to content

Commit 0730d3c

Browse files
fix typo
1 parent 4a98087 commit 0730d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/ascii.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ pub mod verify {
572572
#[kani::proof]
573573
fn check_is_ascii_simple() {
574574
let mut bytes: [u8; 100] = kani::any();
575-
let _ret = bytes.is_ascii_simple();
575+
let _ret = is_ascii_simple(bytes.as_slice());
576576
}
577577

578578
#[kani::proof]

0 commit comments

Comments
 (0)