We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14c1c7 commit 0381dc0Copy full SHA for 0381dc0
library/core/benches/ascii.rs
@@ -1,4 +1,4 @@
1
-mod is_ascii;
+mod is_ascii_slice;
2
3
// Lower-case ASCII 'a' is the first byte that has its highest bit set
4
// after wrap-adding 0x1F:
library/core/benches/ascii/is_ascii.rs renamed to library/core/benches/ascii/is_ascii_slice.rs
0 commit comments