Sign in
◑
Theme
rust
/
rust
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
warning
/
source
/
issue_6826.rs
blob: 330b42b2bb9995d606890893755661a2d2b0e14b [
file
] [
edit
]
pub
fn
check
(
c
:
char
)
->
bool
{
c
.
is_ascii_alphanumeric
()
// 123
||
c
==
'。'
||
c
==
'、'
}