Skip to content

Commit 33f208c

Browse files
committed
---
yaml --- r: 13494 b: refs/heads/master c: a214e3a h: refs/heads/master v: v3
1 parent 4d5c54e commit 33f208c

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,5 +1,5 @@
11
---
2-
refs/heads/master: d0e1591a6a6002f9a0bf464c60fcc9ed24d14612
2+
refs/heads/master: a214e3abd23fa68e358ff4647aab6c34f91f3d9b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Section: Comparing strings
594594
#[doc = "Bytewise string equality"]
595595
pure fn eq(&&a: str, &&b: str) -> bool {
596596
// FIXME: This should just be "a == b" but that calls into the shape code
597-
// :(
597+
// :( (#2627)
598598
let a_len = a.len();
599599
let b_len = b.len();
600600
if a_len != b_len { ret false; }

0 commit comments

Comments
 (0)