mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
78a1300310
Clarify ascii whitespace exclusion of vertical tab in the doc This especially means that for `c: char`, `c.is_ascii() && c.is_whitespace()` does **not** imply `c.is_ascii_whitespace()`, which can cause bug and is highly counterintuitive.