Skip to content

Commit 83d5998

Browse files
committed
Merge branch 'master' of https://github.com/VillSnow/rust
2 parents 52f9762 + 9335787 commit 83d5998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/slice/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,8 @@ impl<T> [T] {
27102710
right = mid;
27112711
}
27122712
}
2713-
return left;
2713+
2714+
left
27142715
}
27152716
}
27162717

0 commit comments

Comments
 (0)