Skip to content

Commit 9335787

Browse files
Update src/libcore/slice/mod.rs
Co-authored-by: Lukas Kalbertodt <[email protected]>
1 parent 8cc6998 commit 9335787

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
@@ -2701,7 +2701,8 @@ impl<T> [T] {
27012701
right = mid;
27022702
}
27032703
}
2704-
return left;
2704+
2705+
left
27052706
}
27062707
}
27072708

0 commit comments

Comments
 (0)