Skip to content

Commit bbc9366

Browse files
SimonSapinCentril
andauthored
Update src/liballoc/slice.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent d0635ee commit bbc9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/slice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] {
668668
}
669669

670670
#[unstable(feature = "slice_concat_ext", issue = "27747")]
671-
impl<T: Clone, V: Borrow<[T]>> Join<&'_ [T]> for [V] {
671+
impl<T: Clone, V: Borrow<[T]>> Join<&[T]> for [V] {
672672
type Output = Vec<T>;
673673

674674
fn join(slice: &Self, sep: &[T]) -> Vec<T> {

0 commit comments

Comments
 (0)