Skip to content

Commit 8d9a733

Browse files
author
blake2-ppc
committed
---
yaml --- r: 64857 b: refs/heads/snap-stage3 c: 6dd1859 h: refs/heads/master i: 64855: eabe26a v: v3
1 parent e275c0c commit 8d9a733

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,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 576f395ddfe3a47859df0419a0366abf7a8c185b
4+
refs/heads/snap-stage3: 6dd185930d850b653ae4e5f4c37c3f1a2b64e4cf
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static UTF8_CHAR_WIDTH: [u8, ..256] = [
712712
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0x9F
713713
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
714714
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0xBF
715-
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
715+
0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
716716
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, // 0xDF
717717
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, // 0xEF
718718
4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0, // 0xFF

0 commit comments

Comments
 (0)