Skip to content

Commit 011df4a

Browse files
author
z4v1er
authored
Fix type
1 parent cc79420 commit 011df4a

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)