Update src/libcore/slice/mod.rs

Co-authored-by: Lukas Kalbertodt <lukas.kalbertodt@gmail.com>
This commit is contained in:
VillSnow 2020-06-28 16:26:47 +09:00 committed by GitHub
parent 8cc6998cd4
commit 9335787657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2701,7 +2701,8 @@ impl<T> [T] {
right = mid;
}
}
return left;
left
}
}