Skip to content

Commit 286353c

Browse files
committed
---
yaml --- r: 6941 b: refs/heads/master c: 47271ab h: refs/heads/master i: 6939: f12056a v: v3
1 parent 1982308 commit 286353c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ac13f0da9ee2b51938e574b39f9537d2e66c5192
2+
refs/heads/master: 47271ab4c85ecc4b7c3f1c079f8bc221a5d7ca0d

trunk/src/libcore/char.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the Unicode General Categories 'Zs', 'Zl', 'Zp' and the additional
5050
5151
*/
5252
pure fn is_whitespace(c: char) -> bool {
53-
ret ('\x09' <= c && c <= '\x0x0d')
53+
ret ('\x09' <= c && c <= '\x0d')
5454
|| unicode::general_category::Zs(c)
5555
|| unicode::general_category::Zl(c)
5656
|| unicode::general_category::Zp(c);

0 commit comments

Comments
 (0)