Skip to content

Commit 0381dc0

Browse files
committed
Rename core/benches/ascii/is_ascii to is_ascii_slice
This makes it easier to only run the benches in this file
1 parent d14c1c7 commit 0381dc0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

library/core/benches/ascii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod is_ascii;
1+
mod is_ascii_slice;
22

33
// Lower-case ASCII 'a' is the first byte that has its highest bit set
44
// after wrap-adding 0x1F:

0 commit comments

Comments
 (0)