Commit ea96c6c
committed
docs: clarify u8::is_ascii_whitespace excludes vertical tab
The standard library uses the WhatWG Infra Standard definition of ASCII
whitespace, which does not include vertical tab (U+000B). The Rust
language parser uses Unicode Pattern_White_Space, which does include it.1 parent c771f6e commit ea96c6c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1076 | 1081 | | |
1077 | 1082 | | |
1078 | 1083 | | |
| |||
0 commit comments