diff options
Diffstat (limited to 'src/libcore/benches/ascii.rs')
| -rw-r--r-- | src/libcore/benches/ascii.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/benches/ascii.rs b/src/libcore/benches/ascii.rs index 76ccd3ddb6f..05dd7adff1f 100644 --- a/src/libcore/benches/ascii.rs +++ b/src/libcore/benches/ascii.rs @@ -1,3 +1,5 @@ +mod is_ascii; + // Lower-case ASCII 'a' is the first byte that has its highest bit set // after wrap-adding 0x1F: // |
