Skip to content
Merged

Fix typo #50217

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/libcore/slice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ macro_rules! slice_core_methods { () => {
#[inline]
pub fn split_last(&self) -> Option<(&T, &[T])> {
SliceExt::split_last(self)

}

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