Skip to content

Commit 0121cd5

Browse files
committed
(core::char) export is_digit
1 parent 5c58dde commit 0121cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/char.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export is_alphabetic,
3737
is_XID_start, is_XID_continue,
3838
is_lowercase, is_uppercase,
3939
is_whitespace, is_alphanumeric,
40-
is_ascii,
40+
is_ascii, is_digit,
4141
to_digit, to_lower, to_upper, maybe_digit, cmp;
4242

4343
import is_alphabetic = unicode::derived_property::Alphabetic;

0 commit comments

Comments
 (0)