Skip to content

Commit abda27a

Browse files
add cfg kani
1 parent 67098c5 commit abda27a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/slice/memchr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright 2015 Andrew Gallant, bluss and Nicolas Koch
33

44
use crate::intrinsics::const_eval_select;
5+
#[cfg(kani)]
56
use crate::kani;
67

78
const LO_USIZE: usize = usize::repeat_u8(0x01);

0 commit comments

Comments
 (0)