Update src/libcore/slice/mod.rs
Co-authored-by: Lukas Kalbertodt <lukas.kalbertodt@gmail.com>
This commit is contained in:
parent
8cc6998cd4
commit
9335787657
1 changed files with 2 additions and 1 deletions
|
|
@ -2701,7 +2701,8 @@ impl<T> [T] {
|
|||
right = mid;
|
||||
}
|
||||
}
|
||||
return left;
|
||||
|
||||
left
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue