Skip to content

Commit 96e1828

Browse files
committed
Auto merge of #50217 - z4v1er:patch-1, r=aturon
Fix typo
2 parents d450f99 + 011df4a commit 96e1828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/slice/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,6 @@ macro_rules! slice_core_methods { () => {
880880
#[inline]
881881
pub fn split_last(&self) -> Option<(&T, &[T])> {
882882
SliceExt::split_last(self)
883-
884883
}
885884

886885
/// Returns the last and all the rest of the elements of the slice, or `None` if it is empty.

0 commit comments

Comments
 (0)