We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b47e commit d73271cCopy full SHA for d73271c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0cf16e77ca5a0b9f9dfaaab4dfe253d7a9cc5cce
+refs/heads/master: a9ba76d52a50006763b8286168378a486a0b147d
trunk/src/lib/_str.rs
@@ -41,7 +41,7 @@ fn lteq(&str a, &str b) -> bool {
41
while (x < n) {
42
auto cha = a.(x);
43
auto chb = b.(x);
44
- if (cha <= chb) {
+ if (cha < chb) {
45
ret true;
46
}
47
else if (cha > chb) {
0 commit comments