Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not manually check for ascii range
Clippy emits: error: manual check for common ascii range As suggested, use `is_ascii_*` methods instead of checking for ascii rang manually.
- Loading branch information