We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cbfcc commit 04a0135Copy full SHA for 04a0135
bench-cargo-miri/unicode/src/main.rs
@@ -14,7 +14,7 @@ fn all_valid_chars() -> impl Iterator<Item = char> {
14
15
fn main() {
16
// Take only the first few chars because we don't want to wait all day
17
- for c in all_valid_chars().take(2_000) {
+ for c in all_valid_chars().take(1_500) {
18
let _ = UnicodeXID::is_xid_continue(c);
19
}
20
0 commit comments